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,9 +8,9 @@ struct SLdrGuiWidgetProperties {
|
||||
SLdrGuiWidgetProperties();
|
||||
~SLdrGuiWidgetProperties();
|
||||
|
||||
rstl::string gui_label;
|
||||
int controller_number;
|
||||
bool is_locked;
|
||||
rstl::string guiLabel;
|
||||
int controllerNumber;
|
||||
bool isLocked;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrGuiWidgetProperties(SLdrGuiWidgetProperties&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user