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

Fix std::make_pair fail (why is it even a problem?)

Add CScriptPickup loader
This commit is contained in:
2016-05-12 20:13:34 -07:00
parent 62b404152f
commit 236da3ac6e
9 changed files with 102 additions and 11 deletions

View File

@@ -65,7 +65,8 @@ class CStateMachine
public:
CStateMachine(CInputStream& in);
const std::vector<CAiState>& GetStateVector() const { return x0_states; }
s32 GetStateIndex(const std::string& state);
const std::vector<CAiState>& GetStateVector() const;
};
class CStateMachineState