Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dmanager.hpp70 whiteboard_lock get_activation_state_lock() { return activation_state_lock_; } in get_activation_state_lock() function in wb::manager
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dmouse_events.cpp833 wb::whiteboard_lock wb_lock = pc_.get_whiteboard()->get_activation_state_lock(); in move_action()