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

Few more character imps

This commit is contained in:
Jack Andersen
2016-04-10 21:47:21 -10:00
parent 7e61fb3c15
commit b10bd229e6
8 changed files with 68 additions and 36 deletions

View File

@@ -12,6 +12,7 @@ class CBoolPOINode : public CPOINode
public:
CBoolPOINode();
CBoolPOINode(CInputStream& in);
bool GetValue() const {return x38_val;}
};
}