summaryrefslogtreecommitdiff
path: root/src/rail_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail_gui.h')
-rw-r--r--src/rail_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rail_gui.h b/src/rail_gui.h
index 0c69ac23d..f51e8aa27 100644
--- a/src/rail_gui.h
+++ b/src/rail_gui.h
@@ -13,10 +13,12 @@
#define RAIL_GUI_H
#include "rail_type.h"
+#include "widgets/dropdown_type.h"
struct Window *ShowBuildRailToolbar(RailType railtype);
void ReinitGuiAfterToggleElrail(bool disable);
bool ResetSignalVariant(int32 = 0);
void InitializeRailGUI();
+DropDownList *GetRailTypeDropDownList(bool for_replacement = false);
#endif /* RAIL_GUI_H */