Files
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

17 lines
302 B
C++

#ifndef _SLDRLAYERSWITCH
#define _SLDRLAYERSWITCH
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrLayerSwitch {
SLdrLayerSwitch();
~SLdrLayerSwitch();
int areaId;
int layerNumber;
};
void LoadTypedefSLdrLayerSwitch(SLdrLayerSwitch&, CInputStream&);
#endif // _SLDRLAYERSWITCH