mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
CMapWorld stubs, and compile fixes
This commit is contained in:
@@ -9,7 +9,15 @@ class CMapWorldInfo
|
||||
{
|
||||
std::map<TEditorId, bool> x14_;
|
||||
public:
|
||||
CMapWorldInfo()=default;
|
||||
CMapWorldInfo(CInputStream&);
|
||||
void PutTo(COutputStream&);
|
||||
bool IsMapped() const;
|
||||
void SetIsMapped(bool) const;
|
||||
void SetDoorVisited(TEditorId eid, bool val);
|
||||
bool IsDoorVisited() const;
|
||||
bool IsAreaVisted(TAreaId) const;
|
||||
void SetAreaVisited(TAreaId, bool) const;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user