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

More ChozoGhost imps

This commit is contained in:
2020-03-04 17:32:49 -08:00
parent d91e86a94a
commit 9d77d7313c
5 changed files with 276 additions and 37 deletions

View File

@@ -261,8 +261,10 @@ public:
void DrawWorld() const;
void DrawActorCubeFaces(CActor& actor, int& cubeInst) const;
void DrawWorldCubeFaces() const;
void SetupFogForArea3XRange(TAreaId area) const;
void SetupFogForArea(TAreaId area) const;
void SetupFogForAreaNonCurrent(TAreaId area) const;
void SetupFogForArea3XRange(const CGameArea& area) const;
void SetupFogForArea(const CGameArea& area) const;
void SetupFogForAreaNonCurrent(const CGameArea& area) const;
bool SetupFogForDraw() const;