Files
echoes/include/MetroidPrime/ScriptLoader/SLdrControllerActionStruct.hpp
2023-08-10 00:01:20 +03:00

16 lines
370 B
C++

#ifndef _SLDRCONTROLLERACTIONSTRUCT
#define _SLDRCONTROLLERACTIONSTRUCT
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrControllerActionStruct {
SLdrControllerActionStruct();
~SLdrControllerActionStruct();
int command;
};
void LoadTypedefSLdrControllerActionStruct(SLdrControllerActionStruct&, CInputStream&);
#endif // _SLDRCONTROLLERACTIONSTRUCT