summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-06-25 17:30:16 +0000
committerskidd13 <skidd13@openttd.org>2008-06-25 17:30:16 +0000
commit41b09d402715512981620f9a291a2f118cc0709d (patch)
tree6d11bec516bffdaf6213f803e3cdc563db827a3d /src/gui.h
parent7c7e08df591a41f51053cfa4f938307440047ecb (diff)
downloadopenttd-41b09d402715512981620f9a291a2f118cc0709d.tar.xz
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
-Codechange: related to this split the waterway based buttons from the landscape generation window
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index bc54f3062..d7e35f41e 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -40,6 +40,7 @@ void ShowOrdersWindow(const Vehicle *v);
/* dock_gui.cpp */
void ShowBuildDocksToolbar();
+void ShowBuildDocksScenToolbar();
/* aircraft_gui.cpp */
void ShowBuildAirToolbar();