#ifndef _CMAPWORLDINFO
#define _CMAPWORLDINFO
class CMapWorldInfo {
public:
bool IsDoorVisited(TEditorId eid) const;
};
#endif // _CMAPWORLDINFO