2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 23:11:22 +00:00
metaforce/Runtime/Character/CPrimitive.hpp
2016-04-10 21:10:28 -10:00

22 lines
311 B
C++

#ifndef __PSHAG_CPRIMITIVE_HPP__
#define __PSHAG_CPRIMITIVE_HPP__
#include "IOStreams.hpp"
#include "RetroTypes.hpp"
namespace urde
{
class CPrimitive
{
TResId x0_animId;
u32 x4_animIdx;
std::string x8_animName;
public:
CPrimitive(CInputStream& in);
};
}
#endif // __PSHAG_CPRIMITIVE_HPP__