summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 22:15:02 +0000
committertron <tron@openttd.org>2005-07-21 22:15:02 +0000
commit71140a5768c11e98a09ccbff00186e6bf3e1a5ab (patch)
tree0e2d2d052ab58755549ef42d694f58679a4c496c /window.c
parentcae796828b2abb52fef9fbc7f7ef6497717f859c (diff)
downloadopenttd-71140a5768c11e98a09ccbff00186e6bf3e1a5ab.tar.xz
(svn r2669) Shuffle some more stuff around to reduce dependencies
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index 392f1d5ad..6760be8df 100644
--- a/window.c
+++ b/window.c
@@ -7,6 +7,7 @@
#include "gfx.h"
#include "viewport.h"
#include "console.h"
+#include "variables.h"
// delta between mouse cursor and upper left corner of dragged window
static Point _drag_delta;