00001 /* $Id: autoreplace_gui.h 11899 2008-01-17 17:35:59Z frosch $ */ 00002 00005 #ifndef AUTOREPLACE_GUI_H 00006 #define AUTOREPLACE_GUI_H 00007 00008 #include "vehicle_type.h" 00009 00014 void AddRemoveEngineFromAutoreplaceAndBuildWindows(VehicleType type); 00015 void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g); 00016 void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh); 00017 00018 #endif /* AUTOREPLACE_GUI_H */