Home
last modified time | relevance | path

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

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcellcache.i82 void removeCellsFromArea(const std::string& id, const std::vector<Cell*>& cells);
H A Dcellcache.h559 void removeCellsFromArea(const std::string& id, const std::vector<Cell*>& cells);
H A Dcellcache.cpp1438 void CellCache::removeCellsFromArea(const std::string& id, const std::vector<Cell*>& cells) { in removeCellsFromArea() function in FIFE::CellCache