Add CMappableObject

Former-commit-id: cf0893f3b5
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-05 20:17:40 +02:00
parent 1ece642d1b
commit 236045c563
7 changed files with 260 additions and 36 deletions

View File

@@ -2,7 +2,8 @@
#define _CMAPWORLDINFO
class CMapWorldInfo {
public:
bool IsDoorVisited(TEditorId eid) const;
};
#endif // _CMAPWORLDINFO