src/rail_gui.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
child 9869 6404afe43575
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file rail_gui.h Functions/types etc. related to the rail GUI. */
       
     4 
       
     5 #ifndef RAIL_GUI_H
       
     6 #define RAIL_GUI_H
       
     7 
       
     8 #include "rail_type.h"
       
     9 
       
    10 void ShowBuildRailToolbar(RailType railtype, int button);
       
    11 void ReinitGuiAfterToggleElrail(bool disable);
       
    12 
       
    13 #endif /* RAIL_GUI_H */