Files
2023-08-10 00:01:20 +03:00

18 lines
436 B
C++

#ifndef _SLDRCONTROLHINTSTRUCT
#define _SLDRCONTROLHINTSTRUCT
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrControllerActionStruct.hpp"
struct SLdrControlHintStruct {
SLdrControlHintStruct();
~SLdrControlHintStruct();
SLdrControllerActionStruct command;
int state;
};
void LoadTypedefSLdrControlHintStruct(SLdrControlHintStruct&, CInputStream&);
#endif // _SLDRCONTROLHINTSTRUCT