summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 13:10:15 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 13:10:15 +0000
commitc28ce39e3cefd43ca52e5daf812048a38f23eeb7 (patch)
treebcef44c109a8918a321975b6aaaff9a98017d596 /src/window.cpp
parente0e1bf76a23eca1ac622f5915a8461b8a77f6779 (diff)
downloadopenttd-c28ce39e3cefd43ca52e5daf812048a38f23eeb7.tar.xz
(svn r12987) -Codechange: split viewport and tile selection.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 4e5df5f82..023b47fb4 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -21,6 +21,7 @@
#include "settings_type.h"
#include "cheat_func.h"
#include "window_func.h"
+#include "tilehighlight_func.h"
#include "table/sprites.h"