mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-16 22:51:32 +00:00
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
|