summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
commit8896bea3064b6106b175585bd3098238c21a78a1 (patch)
tree1dade1883c85d5d6b12a252b91884e8e05409974 /src/window.cpp
parenta9dafdff48fa8b47720a018819e6784a85870034 (diff)
downloadopenttd-8896bea3064b6106b175585bd3098238c21a78a1.tar.xz
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index f5b9ac041..5f05dfe89 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -9,7 +9,6 @@
#include "functions.h"
#include "map.h"
#include "player.h"
-#include "window.h"
#include "gfx.h"
#include "viewport.h"
#include "console.h"
@@ -18,6 +17,7 @@
#include "genworld.h"
#include "helpers.hpp"
#include "blitter/factory.hpp"
+#include "window_gui.h"
/* delta between mouse cursor and upper left corner of dragged window */
static Point _drag_delta;