From 65ed1dcfac8c9a84ce21ab3aedad1dd648bb3922 Mon Sep 17 00:00:00 2001 From: Gabriel Morin Date: Thu, 22 Jul 2010 05:19:31 +0000 Subject: [PATCH] Whiteboard: minor cleanup in header. --- src/whiteboard/manager.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 */