Home
last modified time | relevance | path

Searched refs:AddEntrance (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.h540 void AddEntrance(const char* Name, int XPos, int YPos, short Face);
H A DMap.cpp2880 void Map::AddEntrance(const char* Name, int XPos, int YPos, short Face) in AddEntrance() function in GemRB::Map
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/AREImporter/
H A DAREImporter.cpp1317 map->AddEntrance( Name, XPos, YPos, Face ); in GetMap()