Files

19 lines
404 B
C++
Raw Permalink Normal View History

#ifndef _SLDRAIJUMPPOINT
#define _SLDRAIJUMPPOINT
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrAIJumpPoint {
SLdrAIJumpPoint();
~SLdrAIJumpPoint();
2023-08-11 22:35:54 +03:00
SLdrEditorProperties editorProperties;
float jumpApex;
int type;
};
void LoadTypedefSLdrAIJumpPoint(SLdrAIJumpPoint&, CInputStream&);
#endif // _SLDRAIJUMPPOINT