src/rail_gui.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
child 9869 6404afe43575
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/rail_gui.h	Tue Jan 22 21:00:30 2008 +0000
@@ -0,0 +1,13 @@
+/* $Id$ */
+
+/** @file rail_gui.h Functions/types etc. related to the rail GUI. */
+
+#ifndef RAIL_GUI_H
+#define RAIL_GUI_H
+
+#include "rail_type.h"
+
+void ShowBuildRailToolbar(RailType railtype, int button);
+void ReinitGuiAfterToggleElrail(bool disable);
+
+#endif /* RAIL_GUI_H */