src/newgrf_cargo.h
changeset 6365 b52bd4ca10b6
parent 6348 6dd01da7a02b
child 6371 8ce1cab720e5
equal deleted inserted replaced
6364:ec741938a286 6365:b52bd4ca10b6
    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 */