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,15 +9,15 @@ struct SLdrShockWaveInfo {
|
||||
SLdrShockWaveInfo();
|
||||
~SLdrShockWaveInfo();
|
||||
|
||||
CAssetId shock_wave_effect;
|
||||
CAssetId shockWaveEffect;
|
||||
SLdrDamageInfo damage;
|
||||
float radius;
|
||||
float height;
|
||||
float unknown;
|
||||
float radial_velocity;
|
||||
float radial_velocity_acceleration;
|
||||
CAssetId visor_electric_effect;
|
||||
int sound_visor_electric;
|
||||
float radialVelocity;
|
||||
float radialVelocityAcceleration;
|
||||
CAssetId visorElectricEffect;
|
||||
int soundVisorElectric;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrShockWaveInfo(SLdrShockWaveInfo&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user