Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DGameMap.h158 Glib::ustring getCitysetBaseName() const;
H A DMapGenerator.cpp352 Glib::ustring orig_cityset = GameMap::getInstance()->getCitysetBaseName(); in makeStandingStones()
443 Glib::ustring orig_cityset = GameMap::getInstance()->getCitysetBaseName(); in makeBridges()
1705 Glib::ustring orig_cityset = GameMap::getInstance()->getCitysetBaseName(); in makeCitiesAccessible()
1756 Glib::ustring orig_cityset = GameMap::getInstance()->getCitysetBaseName(); in makeRoads()
H A DGameMap.cpp2396 Glib::ustring GameMap::getCitysetBaseName() const in getCitysetBaseName() function in GameMap
2486 s_cityset = Citysetlist::getInstance()->get(GameMap::getInstance()->getCitysetBaseName()); in getCityset()