mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 05:11:21 +00:00
10 lines
149 B
C++
10 lines
149 B
C++
#ifndef _CMAPWORLDINFO
|
|
#define _CMAPWORLDINFO
|
|
|
|
class CMapWorldInfo {
|
|
public:
|
|
bool IsDoorVisited(TEditorId eid) const;
|
|
};
|
|
|
|
#endif // _CMAPWORLDINFO
|