Home
last modified time | relevance | path

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

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.i69 void removeCellsFromCost(const std::string& costId, const std::vector<Cell*>& cells);
H A Dcellcache.h342 void removeCellsFromCost(const std::string& costId, const std::vector<Cell*>& cells);
H A Dcellcache.cpp1072 void CellCache::removeCellsFromCost(const std::string& costId, const std::vector<Cell*>& cells) { in removeCellsFromCost() function in FIFE::CellCache