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