mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
cammelCase for intermediate structs
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user