prime/include/Kyoto/Particles/CGenDescription.hpp

14 lines
187 B
C++
Raw Normal View History

#ifndef _CGENDESCRIPTION
#define _CGENDESCRIPTION
2022-10-08 09:21:38 +00:00
class CGenDescription {
public:
CGenDescription();
~CGenDescription();
2022-10-08 09:21:38 +00:00
private:
char data[0x12c];
};
#endif // _CGENDESCRIPTION