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

20 lines
353 B
C++

#ifndef _SLDRLAYERINFO
#define _SLDRLAYERINFO
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrLayerInfo {
SLdrLayerInfo();
~SLdrLayerInfo();
int motionType;
float unknown;
float rotation;
float amplitude;
float textureScale;
};
void LoadTypedefSLdrLayerInfo(SLdrLayerInfo&, CInputStream&);
#endif // _SLDRLAYERINFO