2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

Various CStateManager additions and camera stubs

This commit is contained in:
Jack Andersen
2016-04-16 11:49:47 -10:00
parent e51a657ec1
commit 042030934b
44 changed files with 778 additions and 124 deletions

View File

@@ -12,6 +12,7 @@ class CInt32POINode : public CPOINode
s32 x38_val;
std::string x3c_boneName;
public:
CInt32POINode();
CInt32POINode(CInputStream& in);
s32 GetValue() const {return x38_val;}
const std::string& GetBoneName() const {return x3c_boneName;}