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

19 lines
414 B
C++

#ifndef _SLDRPATHMESHCTRL
#define _SLDRPATHMESHCTRL
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrPathMeshCtrl {
SLdrPathMeshCtrl();
~SLdrPathMeshCtrl();
SLdrEditorProperties editorProperties;
int type;
int initialCount;
};
void LoadTypedefSLdrPathMeshCtrl(SLdrPathMeshCtrl&, CInputStream&);
#endif // _SLDRPATHMESHCTRL