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:
@@ -10,11 +10,11 @@ struct SLdrActorRotate {
|
||||
SLdrActorRotate();
|
||||
~SLdrActorRotate();
|
||||
|
||||
SLdrEditorProperties editor_properties;
|
||||
int flags_actor_rotate;
|
||||
SLdrEditorProperties editorProperties;
|
||||
int flagsActorRotate;
|
||||
float duration;
|
||||
SLdrRotationSplines rotation_controls;
|
||||
SLdrScaleSplines scale_controls;
|
||||
SLdrRotationSplines rotationControls;
|
||||
SLdrScaleSplines scaleControls;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrActorRotate(SLdrActorRotate&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user