src/autoreplace_gui.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file autoreplace_gui.h Functions related to the autoreplace GUIs*/
       
     4 
       
     5 #ifndef AUTOREPLACE_GUI_H
       
     6 #define AUTOREPLACE_GUI_H
       
     7 
       
     8 #include "vehicle_type.h"
       
     9 
       
    10 /**
       
    11  * When an engine is made buildable or is removed from being buildable, add/remove it from the build/autoreplace lists
       
    12  * @param type The type of engine
       
    13  */
       
    14 void AddRemoveEngineFromAutoreplaceAndBuildWindows(VehicleType type);
       
    15 void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g);
       
    16 void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh);
       
    17 
       
    18 #endif /* AUTOREPLACE_GUI_H */