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:
@@ -7,11 +7,11 @@ struct SLdrLayerInfo {
|
||||
SLdrLayerInfo();
|
||||
~SLdrLayerInfo();
|
||||
|
||||
int motion_type;
|
||||
int motionType;
|
||||
float unknown;
|
||||
float rotation;
|
||||
float amplitude;
|
||||
float texture_scale;
|
||||
float textureScale;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrLayerInfo(SLdrLayerInfo&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user