diff options
author | rubidium <rubidium@openttd.org> | 2008-05-07 13:10:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-07 13:10:15 +0000 |
commit | c28ce39e3cefd43ca52e5daf812048a38f23eeb7 (patch) | |
tree | bcef44c109a8918a321975b6aaaff9a98017d596 /src/road_gui.cpp | |
parent | e0e1bf76a23eca1ac622f5915a8461b8a77f6779 (diff) | |
download | openttd-c28ce39e3cefd43ca52e5daf812048a38f23eeb7.tar.xz |
(svn r12987) -Codechange: split viewport and tile selection.
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r-- | src/road_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp index e5e080478..c20a6e03e 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -23,6 +23,7 @@ #include "player_func.h" #include "settings_type.h" #include "tunnelbridge.h" +#include "tilehighlight_func.h" #include "table/sprites.h" #include "table/strings.h" |