From 3d5567ccf767160de35b67bd165abe3badf487fe Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 May 2008 13:10:15 +0000 Subject: (svn r12987) -Codechange: split viewport and tile selection. --- src/window_gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index a608957ee..081ec736b 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -6,11 +6,14 @@ #define WINDOW_GUI_H #include "core/bitmath_func.hpp" +#include "core/geometry_type.hpp" #include "vehicle_type.h" #include "viewport_type.h" #include "player_type.h" #include "strings_type.h" #include "core/alloc_type.hpp" +#include "window_type.h" +#include "tile_type.h" /** * The maximum number of windows that can be opened. -- cgit v1.2.3-54-g00ecf