newgrf_cargo.h
changeset 4366 b1d77b6c3c25
parent 3866 b13553406a0a
equal deleted inserted replaced
4365:8919d0c98331 4366:b1d77b6c3c25
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef NEWGRF_CARGO_H
     3 #ifndef NEWGRF_CARGO_H
     4 #define NEWGRF_CARGO_H
     4 #define NEWGRF_CARGO_H
     5 
       
     6 #include "table/sprites.h"
       
     7 
       
     8 
     5 
     9 enum {
     6 enum {
    10 	CC_NOAVAILABLE  = 0,
     7 	CC_NOAVAILABLE  = 0,
    11 	CC_PASSENGERS   = 1 << 0,
     8 	CC_PASSENGERS   = 1 << 0,
    12 	CC_MAIL         = 1 << 1,
     9 	CC_MAIL         = 1 << 1,