summaryrefslogtreecommitdiff
path: root/src/road_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/road_gui.h')
-rw-r--r--src/road_gui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/road_gui.h b/src/road_gui.h
new file mode 100644
index 000000000..1ffe7d438
--- /dev/null
+++ b/src/road_gui.h
@@ -0,0 +1,13 @@
+/* $Id$ */
+
+/** @file road_gui.h Functions/types related to the road GUIs. */
+
+#ifndef ROAD_GUI_H
+#define ROAD_GUI_H
+
+#include "road_type.h"
+
+void ShowBuildRoadToolbar(RoadType roadtype);
+void ShowBuildRoadScenToolbar();
+
+#endif /* ROAD_GUI_H */