mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
20 lines
561 B
C++
20 lines
561 B
C++
#ifndef _SLDRUNKNOWNSTRUCT41
|
|
#define _SLDRUNKNOWNSTRUCT41
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
#include "MetroidPrime/ScriptLoader/SLdrPlasmaBeamInfo.hpp"
|
|
#include "MetroidPrime/ScriptLoader/SLdrSandBossStructB.hpp"
|
|
|
|
struct SLdrUnknownStruct41 {
|
|
SLdrUnknownStruct41();
|
|
~SLdrUnknownStruct41();
|
|
|
|
SLdrSandBossStructB sandBossStructB_0xb9784f0e;
|
|
SLdrSandBossStructB sandBossStructB_0xb8ae1bdc;
|
|
SLdrPlasmaBeamInfo chargeBeamInfo;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct41(SLdrUnknownStruct41&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT41
|