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:
@@ -9,10 +9,10 @@ struct SLdrMidi {
|
||||
SLdrMidi();
|
||||
~SLdrMidi();
|
||||
|
||||
SLdrEditorProperties editor_properties;
|
||||
CAssetId song_file;
|
||||
float fade_in_time;
|
||||
float fade_out_time;
|
||||
SLdrEditorProperties editorProperties;
|
||||
CAssetId songFile;
|
||||
float fadeInTime;
|
||||
float fadeOutTime;
|
||||
int volume;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user