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
@@ -9,10 +9,10 @@ struct SLdrAreaDamage {
SLdrAreaDamage();
~SLdrAreaDamage();
SLdrEditorProperties editor_properties;
SLdrEditorProperties editorProperties;
SLdrDamageInfo damage;
float pulse_time;
float grace_time;
float pulseTime;
float graceTime;
};
void LoadTypedefSLdrAreaDamage(SLdrAreaDamage&, CInputStream&);