cammelCase for intermediate structs

This commit is contained in:
Henrique Gemignani Passos Lima
2023-08-11 22:35:54 +03:00
parent 76b3a67852
commit 7539fb92cb
317 changed files with 3113 additions and 3113 deletions
@@ -12,21 +12,21 @@ struct SLdrGlowbug {
SLdrGlowbug();
~SLdrGlowbug();
SLdrEditorProperties editor_properties;
SLdrEditorProperties editorProperties;
SLdrPatternedAITypedef patterned;
SLdrActorParameters actor_information;
CAssetId death_flash_effect;
SLdrActorParameters actorInformation;
CAssetId deathFlashEffect;
CAssetId part;
CAssetId attack_effect;
CAssetId attack_telegraph_effect;
CAssetId attack_echo_effect;
float attack_duration;
float attack_telegraph_duration;
CVector3f attack_aim_offset;
int attack_telegraph_sound;
int attack_sound;
CAssetId scan_model;
bool is_in_light_world;
CAssetId attackEffect;
CAssetId attackTelegraphEffect;
CAssetId attackEchoEffect;
float attackDuration;
float attackTelegraphDuration;
CVector3f attackAimOffset;
int attackTelegraphSound;
int attackSound;
CAssetId scanModel;
bool isInLightWorld;
};
void LoadTypedefSLdrGlowbug(SLdrGlowbug&, CInputStream&);