mirror of https://github.com/PrimeDecomp/prime.git
16 lines
224 B
C++
16 lines
224 B
C++
|
#ifndef _CPRIMITIVE
|
||
|
#define _CPRIMITIVE
|
||
|
|
||
|
#include "Kyoto/SObjectTag.hpp"
|
||
|
|
||
|
#include "rstl/string.hpp"
|
||
|
|
||
|
class CPrimitive {
|
||
|
private:
|
||
|
CAssetId x0_animId;
|
||
|
int x4_animIdx;
|
||
|
rstl::string x8_animName;
|
||
|
};
|
||
|
|
||
|
#endif // _CPRIMITIVE
|