mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Add CPOINode family of classes
This commit is contained in:
19
Runtime/Character/CInt32POINode.hpp
Normal file
19
Runtime/Character/CInt32POINode.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __PSHAG_CINT32POINODE_HPP__
|
||||
#define __PSHAG_CINT32POINODE_HPP__
|
||||
|
||||
#include "CPOINode.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CInt32POINode : public CPOINode
|
||||
{
|
||||
u32 x38_val;
|
||||
std::string x3c_boneName;
|
||||
public:
|
||||
CInt32POINode(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CINT32POINODE_HPP__
|
||||
Reference in New Issue
Block a user