File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/newgrf_cargo.h
Show inline comments
 
@@ -4,12 +4,13 @@
 

	
 
#ifndef NEWGRF_CARGO_H
 
#define NEWGRF_CARGO_H
 

	
 
#include "newgrf_callbacks.h"
 
#include "cargo_type.h"
 
#include "gfx_type.h"
 

	
 
enum {
 
	CC_NOAVAILABLE  = 0,       ///< No cargo class has been specified
 
	CC_PASSENGERS   = 1 <<  0, ///< Passengers
 
	CC_MAIL         = 1 <<  1, ///< Mail
 
	CC_EXPRESS      = 1 <<  2, ///< Express cargo (Goods, Food, Candy, but also possible for passengers)