Home
last modified time | relevance | path

Searched refs:arrows_map_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Ddisplay.cpp227 arrows_map_(), in display()
2674 arrows_map_t::const_iterator arrows_in_hex = arrows_map_.find(loc); in draw_hex()
2675 if(arrows_in_hex != arrows_map_.end()) { in draw_hex()
3145 arrows_map_[loc].push_back(&arrow); in add_arrow()
3154 arrows_map_[loc].remove(&arrow); in remove_arrow()
3163 arrows_map_[loc].remove(&arrow); in update_arrow()
3168 arrows_map_[loc].push_back(&arrow); in update_arrow()
H A Ddisplay.hpp1066 arrows_map_t arrows_map_; member in display