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
@@ -8,18 +8,18 @@ struct SLdrSpinner {
SLdrSpinner();
~SLdrSpinner();
SLdrEditorProperties editor_properties;
float forward_speed;
float backward_speed;
SLdrEditorProperties editorProperties;
float forwardSpeed;
float backwardSpeed;
float unknown_0x449dd059;
float unknown_0xfc849759;
bool shot_spinner;
bool allow_wrap;
bool no_backward;
bool spline_control;
int loop_sound;
int start_sound;
int stop_sound;
bool shotSpinner;
bool allowWrap;
bool noBackward;
bool splineControl;
int loopSound;
int startSound;
int stopSound;
};
void LoadTypedefSLdrSpinner(SLdrSpinner&, CInputStream&);