mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
AutoMapper work
This commit is contained in:
@@ -12,13 +12,9 @@ u32 CMapWorld::GetNumAreas() const
|
||||
return x0_areas.size();
|
||||
}
|
||||
|
||||
void CMapWorld::GetLoadedMapArea(s32) const
|
||||
const CMapArea* CMapWorld::GetMapArea(TAreaId aid) const
|
||||
{
|
||||
}
|
||||
|
||||
void CMapWorld::GetMapArea(s32) const
|
||||
{
|
||||
|
||||
return x0_areas[aid].GetMapArea();
|
||||
}
|
||||
|
||||
void CMapWorld::IsMapAreaInBFSInfoVector(const CMapWorld::CMapAreaData *, const std::vector<CMapWorld::CMapAreaBFSInfo> &) const
|
||||
|
||||
Reference in New Issue
Block a user