Files
Henrique Gemignani Passos Lima bee9ee72fd Some property adjustment
2025-01-14 04:52:59 +02:00

21 lines
673 B
C++

#ifndef _SLDRTWEAKPLAYERCONTROLS
#define _SLDRTWEAKPLAYERCONTROLS
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrTweakPlayerControls_UnknownStruct1.hpp"
#include "MetroidPrime/ScriptLoader/SLdrTweakPlayerControls_UnknownStruct2.hpp"
#include "rstl/string.hpp"
struct SLdrTweakPlayerControls {
SLdrTweakPlayerControls();
~SLdrTweakPlayerControls();
rstl::string instanceName;
SLdrTweakPlayerControls_UnknownStruct1 unknown_0x3c34dfed;
SLdrTweakPlayerControls_UnknownStruct2 unknown_0x168a79f1;
};
void LoadTypedefSLdrTweakPlayerControls(SLdrTweakPlayerControls&, CInputStream&);
#endif // _SLDRTWEAKPLAYERCONTROLS