diff --git a/src/whiteboard/manager.hpp b/src/whiteboard/manager.hpp index 8161cf1bf1e..08c507d20ed 100644 --- a/src/whiteboard/manager.hpp +++ b/src/whiteboard/manager.hpp @@ -58,6 +58,7 @@ public: void on_init_side(); void on_finish_side_turn(); + void on_mouseover_change(const map_location& hex); void on_select_hex(){} void on_deselect_hex(){} @@ -82,7 +83,6 @@ public: ///If there's a unit of the current viewing team capable of actions in the selected hex, returns it. unit* find_selected_actor_future(); - /** * Callback from the display when drawing hexes, to allow the whiteboard to * add visual elements. Some visual elements such as arrows and fake units @@ -90,8 +90,6 @@ public: */ void draw_hex(const map_location& hex); - void on_mouseover_change(const map_location& hex); - /** Creates a temporary visual arrow, that follows the cursor, for move creation purposes */ void create_temp_move(); /** Informs whether an arrow is being displayed for move creation purposes */