Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DGameMap.h161 Glib::ustring getShieldsetBaseName() const;
H A DMapGenerator.cpp351 Glib::ustring orig_shieldset = GameMap::getInstance()->getShieldsetBaseName(); in makeStandingStones()
442 Glib::ustring orig_shieldset = GameMap::getInstance()->getShieldsetBaseName(); in makeBridges()
1704 Glib::ustring orig_shieldset = GameMap::getInstance()->getShieldsetBaseName(); in makeCitiesAccessible()
1755 Glib::ustring orig_shieldset = GameMap::getInstance()->getShieldsetBaseName(); in makeRoads()
H A DGameMap.cpp2401 Glib::ustring GameMap::getShieldsetBaseName() const in getShieldsetBaseName() function in GameMap