Changeset - r13982:8be996466531
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-12-19 15:04:24
alberth@openttd.org
(svn r18534) -Doc: Add doxy strings to StationCoverageType enum.
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/station_gui.h
Show inline comments
 
@@ -32,10 +32,11 @@ enum StationViewWidgets {
 
	SVW_SHIPS,           ///< List of scheduled ships button
 
};
 

	
 
/** Types of cargo to display for station coverage. */
 
enum StationCoverageType {
 
	SCT_PASSENGERS_ONLY,
 
	SCT_NON_PASSENGERS_ONLY,
 
	SCT_ALL
 
	SCT_PASSENGERS_ONLY,     ///< Draw only passenger class cargos.
 
	SCT_NON_PASSENGERS_ONLY, ///< Draw all non-passenger class cargos.
 
	SCT_ALL,                 ///< Draw all cargos.
 
};
 

	
 
int DrawStationCoverageAreaText(int left, int right, int top, StationCoverageType sct, int rad, bool supplies);
0 comments (0 inline, 0 general)