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

19 lines
404 B
C++

#ifndef _SLDRAIJUMPPOINT
#define _SLDRAIJUMPPOINT
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrAIJumpPoint {
SLdrAIJumpPoint();
~SLdrAIJumpPoint();
SLdrEditorProperties editorProperties;
float jumpApex;
int type;
};
void LoadTypedefSLdrAIJumpPoint(SLdrAIJumpPoint&, CInputStream&);
#endif // _SLDRAIJUMPPOINT