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:
@@ -11,9 +11,9 @@ struct SLdrUnknownStruct26 {
|
||||
~SLdrUnknownStruct26();
|
||||
|
||||
CAssetId effect;
|
||||
int portal_open_sound;
|
||||
SLdrDamageInfo projectile_damage;
|
||||
SLdrPlasmaBeamInfo beam_info;
|
||||
int portalOpenSound;
|
||||
SLdrDamageInfo projectileDamage;
|
||||
SLdrPlasmaBeamInfo beamInfo;
|
||||
};
|
||||
|
||||
void LoadTypedefSLdrUnknownStruct26(SLdrUnknownStruct26&, CInputStream&);
|
||||
|
||||
Reference in New Issue
Block a user