mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
21 lines
439 B
C++
21 lines
439 B
C++
#ifndef _SLDRUNKNOWNSTRUCT38
|
|
#define _SLDRUNKNOWNSTRUCT38
|
|
|
|
#include "Kyoto/Math/CVector3f.hpp"
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
struct SLdrUnknownStruct38 {
|
|
SLdrUnknownStruct38();
|
|
~SLdrUnknownStruct38();
|
|
|
|
float range;
|
|
float turnRate;
|
|
int soundEffect;
|
|
float warpScale;
|
|
CVector3f repelOffset;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct38(SLdrUnknownStruct38&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT38
|