Files
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

18 lines
362 B
C++

#ifndef _SLDRTBEAMINFO
#define _SLDRTBEAMINFO
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrTWeaponDamage.hpp"
struct SLdrTBeamInfo {
SLdrTBeamInfo();
~SLdrTBeamInfo();
float cooldown;
SLdrTWeaponDamage damageInfo;
};
void LoadTypedefSLdrTBeamInfo(SLdrTBeamInfo&, CInputStream&);
#endif // _SLDRTBEAMINFO