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
@@ -13,17 +13,17 @@ struct SLdrMetaree {
SLdrMetaree();
~SLdrMetaree();
SLdrEditorProperties editor_properties;
SLdrEditorProperties editorProperties;
SLdrPatternedAITypedef patterned;
SLdrActorParameters actor_information;
SLdrDamageInfo radius_damage;
float drop_height;
SLdrActorParameters actorInformation;
SLdrDamageInfo radiusDamage;
float dropHeight;
CVector3f unknown;
float attack_speed;
float drop_delay;
float halt_delay;
float launch_speed;
SLdrAudioPlaybackParms turn_sound;
float attackSpeed;
float dropDelay;
float haltDelay;
float launchSpeed;
SLdrAudioPlaybackParms turnSound;
};
void LoadTypedefSLdrMetaree(SLdrMetaree&, CInputStream&);