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

18 lines
441 B
C++

#ifndef _SLDRSPIDERBALLWAYPOINT
#define _SLDRSPIDERBALLWAYPOINT
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrSpiderBallWaypoint {
SLdrSpiderBallWaypoint();
~SLdrSpiderBallWaypoint();
SLdrEditorProperties editorProperties;
int flags;
};
void LoadTypedefSLdrSpiderBallWaypoint(SLdrSpiderBallWaypoint&, CInputStream&);
#endif // _SLDRSPIDERBALLWAYPOINT