mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
17 lines
498 B
C++
17 lines
498 B
C++
#ifndef _SLDRSPIDERBALLATTRACTIONSURFACE
|
|
#define _SLDRSPIDERBALLATTRACTIONSURFACE
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
|
|
|
|
struct SLdrSpiderBallAttractionSurface {
|
|
SLdrSpiderBallAttractionSurface();
|
|
~SLdrSpiderBallAttractionSurface();
|
|
|
|
SLdrEditorProperties editorProperties;
|
|
};
|
|
|
|
void LoadTypedefSLdrSpiderBallAttractionSurface(SLdrSpiderBallAttractionSurface&, CInputStream&);
|
|
|
|
#endif // _SLDRSPIDERBALLATTRACTIONSURFACE
|