mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
17 lines
327 B
C++
17 lines
327 B
C++
#ifndef _SLDRUNKNOWNSTRUCT8
|
|
#define _SLDRUNKNOWNSTRUCT8
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
struct SLdrUnknownStruct8 {
|
|
SLdrUnknownStruct8();
|
|
~SLdrUnknownStruct8();
|
|
|
|
bool override;
|
|
float zOffset;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct8(SLdrUnknownStruct8&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT8
|