Files

17 lines
394 B
C++
Raw Permalink Normal View History

#ifndef _SLDRCAMERAWAYPOINT
#define _SLDRCAMERAWAYPOINT
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrCameraWaypoint {
SLdrCameraWaypoint();
~SLdrCameraWaypoint();
2023-08-11 22:35:54 +03:00
SLdrEditorProperties editorProperties;
};
void LoadTypedefSLdrCameraWaypoint(SLdrCameraWaypoint&, CInputStream&);
#endif // _SLDRCAMERAWAYPOINT