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