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

Implement CGameArea::Invalidate

This commit is contained in:
2017-11-02 05:33:28 -07:00
parent f2eb73e20e
commit d7cd8ee7e9
2 changed files with 47 additions and 4 deletions

View File

@@ -332,7 +332,8 @@ public:
void PrepTokens();
u32 GetNumPartSizes() const;
void AllocNewAreaData(int, int);
bool Invalidate(CStateManager& mgr);
bool Invalidate(CStateManager* mgr);
void KillmAreaData();
void CullDeadAreaRequests();
void StartStreamIn(CStateManager& mgr);
void Validate(CStateManager& mgr);