mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
16 lines
303 B
C++
16 lines
303 B
C++
#ifndef _SLDRUNKNOWNSTRUCT9
|
|
#define _SLDRUNKNOWNSTRUCT9
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
struct SLdrUnknownStruct9 {
|
|
SLdrUnknownStruct9();
|
|
~SLdrUnknownStruct9();
|
|
|
|
int type;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct9(SLdrUnknownStruct9&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT9
|