File diff r8106:01dbd10fde05 → r8107:82461791b7a2
src/station_gui.h
Show inline comments
 
@@ -43,13 +43,22 @@ enum StationViewWidgets {
 
	SVW_ACCEPTS    =  8, ///< 'Accepts' button
 
	SVW_RENAME     =  9, ///< 'Rename' button
 
	SVW_TRAINS     = 10, ///< List of scheduled trains button
 
	SVW_ROADVEHS,        ///< List of scheduled road vehs button
 
	SVW_PLANES,          ///< List of scheduled planes button
 
	SVW_SHIPS,           ///< List of scheduled ships button
 
};
 

	
 
/* sorter stuff */
 
void RebuildStationLists();
 
void ResortStationLists();
 

	
 
enum StationCoverageType {
 
	SCT_PASSENGERS_ONLY,
 
	SCT_NON_PASSENGERS_ONLY,
 
	SCT_ALL
 
};
 

	
 
void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad);
 
void CheckRedrawStationCoverage(const Window *w);
 

	
 
#endif /* STATION_GUI_H */