mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
18 lines
366 B
C++
18 lines
366 B
C++
|
|
#ifndef _SLDRUNKNOWNSTRUCT5
|
||
|
|
#define _SLDRUNKNOWNSTRUCT5
|
||
|
|
|
||
|
|
#include "Kyoto/Math/CVector3f.hpp"
|
||
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
||
|
|
|
||
|
|
struct SLdrUnknownStruct5 {
|
||
|
|
SLdrUnknownStruct5();
|
||
|
|
~SLdrUnknownStruct5();
|
||
|
|
|
||
|
|
bool override;
|
||
|
|
CVector3f offset;
|
||
|
|
};
|
||
|
|
|
||
|
|
void LoadTypedefSLdrUnknownStruct5(SLdrUnknownStruct5&, CInputStream&);
|
||
|
|
|
||
|
|
#endif // _SLDRUNKNOWNSTRUCT5
|