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