CMappableObject, CMapArea equivalent

This commit is contained in:
2025-04-09 22:39:18 -06:00
parent b20a2b1eac
commit feddcf83c0
16 changed files with 286 additions and 179 deletions

View File

@@ -1,8 +1,11 @@
#ifndef _CMAPWORLDINFO
#define _CMAPWORLDINFO
#include "MetroidPrime/TGameTypes.hpp"
class CMapWorldInfo {
public:
bool IsAreaVisible(TAreaId areaId) const;
bool IsDoorVisited(TEditorId eid) const;
};