mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 15:41:47 +00:00
Fixup 0-01 symbols
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
class CMapWorldInfo {
|
||||
public:
|
||||
bool IsAreaVisible(TAreaId areaId) const;
|
||||
bool IsDoorVisited(TEditorId eid) const;
|
||||
bool IsAreaVisible(const TAreaId areaId) const;
|
||||
bool IsDoorVisited(const TEditorId eid) const;
|
||||
};
|
||||
|
||||
#endif // _CMAPWORLDINFO
|
||||
|
||||
Reference in New Issue
Block a user