mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
17 lines
380 B
C++
17 lines
380 B
C++
#ifndef _SLDRUNKNOWNSTRUCT20
|
|
#define _SLDRUNKNOWNSTRUCT20
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
#include "MetroidPrime/ScriptLoader/SLdrDamageInfo.hpp"
|
|
|
|
struct SLdrUnknownStruct20 {
|
|
SLdrUnknownStruct20();
|
|
~SLdrUnknownStruct20();
|
|
|
|
SLdrDamageInfo damage;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct20(SLdrUnknownStruct20&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT20
|