mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 22:27:41 +00:00
CMappableObject, CMapArea equivalent
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user