(svn r11576) -Codechange: enumerize and comment station GUI

This commit is contained in:
smatz
2007-12-05 17:08:10 +00:00
parent 079482f0a2
commit eda5921284
9 changed files with 264 additions and 151 deletions

View File

@@ -250,10 +250,6 @@ StationSet FindStationsAroundIndustryTile(TileIndex tile, int w, int h);
void ShowStationViewWindow(StationID station);
void UpdateAllStationVirtCoord();
/* sorter stuff */
void RebuildStationLists();
void ResortStationLists();
static inline StationID GetMaxStationIndex()
{
/* TODO - This isn't the real content of the function, but