File diff r15026:ba524394be83 → r15027:bb71fdfcc554
src/livery.h
Show inline comments
 
@@ -46,24 +46,25 @@ enum LiveryScheme {
 
	LS_HELICOPTER,
 
	LS_SMALL_PLANE,
 
	LS_LARGE_PLANE,
 

	
 
	/* Trams (appear on Road Vehicles tab) */
 
	LS_PASSENGER_TRAM,
 
	LS_FREIGHT_TRAM,
 

	
 
	LS_END
 
};
 

	
 
DECLARE_POSTFIX_INCREMENT(LiveryScheme)
 
template <> struct EnumPropsT<LiveryScheme> : MakeEnumPropsT<LiveryScheme, byte, LS_BEGIN, LS_END, LS_END, 8> {};
 

	
 
/* List of different livery classes, used only by the livery GUI. */
 
enum LiveryClass {
 
	LC_OTHER,
 
	LC_RAIL,
 
	LC_ROAD,
 
	LC_SHIP,
 
	LC_AIRCRAFT,
 
	LC_END
 
};