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,9 +7,9 @@ struct SLdrRotationSplines {
|
||||
SLdrRotationSplines();
|
||||
~SLdrRotationSplines();
|
||||
|
||||
spline x_rotation;
|
||||
spline y_rotation;
|
||||
spline z_rotation;
|
||||
spline xRotation;
|
||||
spline yRotation;
|
||||
spline zRotation;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrRotationSplines(SLdrRotationSplines&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user