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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user