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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user