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

CStateManager::InitializeResources() dependencies all in

This commit is contained in:
Jack Andersen
2016-08-14 15:19:04 -10:00
parent 24bfc47d1a
commit fb1ce432aa
25 changed files with 916 additions and 14 deletions

View File

@@ -16,6 +16,9 @@ public:
const zeus::CTransform& xf, bool, bool, bool, bool, bool,
float, float, float, float, float, float, float, u32,
EInitialSplinePosition);
void ProcessInput(const CFinalInput&, CStateManager& mgr);
void Reset(const zeus::CTransform&, CStateManager& mgr);
};
}