mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:47:59 +00:00
Various character imps
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
#ifndef __PSHAG_CPRIMITIVE_HPP__
|
||||
#define __PSHAG_CPRIMITIVE_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CPrimitive
|
||||
{
|
||||
TResId x0_animId;
|
||||
u32 x4_animIdx;
|
||||
std::string x8_animName;
|
||||
public:
|
||||
CPrimitive(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user