Files
echoes/include/MetroidPrime/ScriptLoader/SLdrTweakTargeting_OuterBeamIcon.hpp
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

21 lines
583 B
C++

#ifndef _SLDRTWEAKTARGETING_OUTERBEAMICON
#define _SLDRTWEAKTARGETING_OUTERBEAMICON
#include "Kyoto/Graphics/CColor.hpp"
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrTweakTargeting_OuterBeamIcon {
SLdrTweakTargeting_OuterBeamIcon();
~SLdrTweakTargeting_OuterBeamIcon();
float unknown_0x383e2b2d;
float unknown_0xeaac42d0;
float butSettingsColor;
CColor butSettingsScale;
int unknown_0xe7d57d6a;
};
void LoadTypedefSLdrTweakTargeting_OuterBeamIcon(SLdrTweakTargeting_OuterBeamIcon&, CInputStream&);
#endif // _SLDRTWEAKTARGETING_OUTERBEAMICON