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 SLdrDynamicLightSpotlight {
|
||||
SLdrDynamicLightSpotlight();
|
||||
~SLdrDynamicLightSpotlight();
|
||||
|
||||
spline spotlight_angle;
|
||||
float spotlight_angle_duration;
|
||||
bool spotlight_angle_loops;
|
||||
spline spotlightAngle;
|
||||
float spotlightAngleDuration;
|
||||
bool spotlightAngleLoops;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrDynamicLightSpotlight(SLdrDynamicLightSpotlight&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user