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

CMapWorld stubs, and compile fixes

This commit is contained in:
2016-07-28 00:33:55 -07:00
parent f92efa1a02
commit 62ce5286fe
10 changed files with 109 additions and 12 deletions

View File

@@ -69,6 +69,8 @@ public:
return x4_cineCameras.back();
return x0_curCameraId;
}
CBallCamera* GetBallCamera() { return x80_ballCamera; }
};
}