Mercurial > hg > openttd
view src/autoreplace_gui.h @ 10123:57aa34285d05 draft
(svn r14307) -Fix: when deleting a station, remove news items regarding it
author | smatz <smatz@openttd.org> |
---|---|
date | Sat, 13 Sep 2008 10:19:51 +0000 |
parents | e177919ecf7b |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file autoreplace_gui.h Functions related to the autoreplace GUIs*/ #ifndef AUTOREPLACE_GUI_H #define AUTOREPLACE_GUI_H #include "vehicle_type.h" /** * When an engine is made buildable or is removed from being buildable, add/remove it from the build/autoreplace lists * @param type The type of engine */ void AddRemoveEngineFromAutoreplaceAndBuildWindows(VehicleType type); void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g); void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh); #endif /* AUTOREPLACE_GUI_H */