Files
2023-08-10 00:01:20 +03:00

16 lines
272 B
C++

#ifndef _SLDRPLAYERITEM
#define _SLDRPLAYERITEM
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrPlayerItem {
SLdrPlayerItem();
~SLdrPlayerItem();
int value;
};
void LoadTypedefSLdrPlayerItem(SLdrPlayerItem&, CInputStream&);
#endif // _SLDRPLAYERITEM