File diff r25549:fb65768b27a1 → r25550:35330ff774a6
src/rail_gui.h
Show inline comments
 
@@ -12,11 +12,11 @@
 

	
 
#include "rail_type.h"
 
#include "widgets/dropdown_type.h"
 

	
 
struct Window *ShowBuildRailToolbar(RailType railtype);
 
void ReinitGuiAfterToggleElrail(bool disable);
 
bool ResetSignalVariant(int32 = 0);
 
void ResetSignalVariant(int32 = 0);
 
void InitializeRailGUI();
 
DropDownList GetRailTypeDropDownList(bool for_replacement = false, bool all_option = false);
 

	
 
#endif /* RAIL_GUI_H */