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

Add Items window

This commit is contained in:
2021-05-27 10:26:13 -04:00
parent 3bb81f7fed
commit a4d78785fb
6 changed files with 197 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ public:
bool IsWorldVisible(TAreaId aid) const;
bool IsAreaVisible(TAreaId aid) const;
bool IsAnythingSet() const;
bool GetMapStationUsed() const { return x38_mapStationUsed; }
void SetMapStationUsed(bool isUsed) { x38_mapStationUsed = isUsed; }
};
} // namespace metaforce