src/newgrf_cargo.h
branchnoai
changeset 9517 be1775555bbd
parent 9505 9711235f5693
child 6697 a58fd5043165
equal deleted inserted replaced
9516:defc90b7898a 9517:be1775555bbd
    19 
    19 
    20 static const CargoID CT_DEFAULT      = NUM_CARGO + 0;
    20 static const CargoID CT_DEFAULT      = NUM_CARGO + 0;
    21 static const CargoID CT_PURCHASE     = NUM_CARGO + 1;
    21 static const CargoID CT_PURCHASE     = NUM_CARGO + 1;
    22 static const CargoID CT_DEFAULT_NA   = NUM_CARGO + 2;
    22 static const CargoID CT_DEFAULT_NA   = NUM_CARGO + 2;
    23 
    23 
       
    24 typedef struct CargoSpec;
       
    25 
       
    26 SpriteID GetCustomCargoSprite(const CargoSpec *cs);
       
    27 uint16 GetCargoCallback(uint16 callback, uint32 param1, uint32 param2, const CargoSpec *cs);
       
    28 
    24 #endif /* NEWGRF_CARGO_H */
    29 #endif /* NEWGRF_CARGO_H */