Home
last modified time | relevance | path

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

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