(svn r21867) -Codechange: move creating the rail type dropdown to a more general location

This commit is contained in:
rubidium
2011-01-20 12:40:04 +00:00
parent 95e0695e02
commit 9ff9e1d1ca
3 changed files with 55 additions and 42 deletions

View File

@@ -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 */