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:
@@ -11,10 +11,10 @@ struct SLdrIngSpaceJumpGuardian {
|
||||
SLdrIngSpaceJumpGuardian();
|
||||
~SLdrIngSpaceJumpGuardian();
|
||||
|
||||
SLdrEditorProperties editor_properties;
|
||||
SLdrEditorProperties editorProperties;
|
||||
SLdrPatternedAITypedef patterned;
|
||||
SLdrActorParameters actor_information;
|
||||
SLdrUnknownStruct32 unknown_struct32;
|
||||
SLdrActorParameters actorInformation;
|
||||
SLdrUnknownStruct32 unknownStruct32;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrIngSpaceJumpGuardian(SLdrIngSpaceJumpGuardian&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user