src/newgrf_industries.h
changeset 7664 81c35390400e
parent 7598 c12c2d7e0b55
child 7703 bc4b879b7324
equal deleted inserted replaced
7663:42f875001255 7664:81c35390400e
    10 
    10 
    11 /* in newgrf_industry.cpp */
    11 /* in newgrf_industry.cpp */
    12 uint32 IndustryGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available);
    12 uint32 IndustryGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available);
    13 uint16 GetIndustryCallback(uint16 callback, uint32 param1, uint32 param2, Industry *industry, IndustryType type, TileIndex tile);
    13 uint16 GetIndustryCallback(uint16 callback, uint32 param1, uint32 param2, Industry *industry, IndustryType type, TileIndex tile);
    14 uint32 GetIndustryIDAtOffset(TileIndex new_tile, TileIndex old_tile, const Industry *i);
    14 uint32 GetIndustryIDAtOffset(TileIndex new_tile, TileIndex old_tile, const Industry *i);
       
    15 void IndustryProductionCallback(Industry *ind, int reason);
    15 
    16 
    16 /* in newgrf_industrytiles.cpp*/
    17 /* in newgrf_industrytiles.cpp*/
    17 uint32 IndustryTileGetRandomBits(const ResolverObject *object);
    18 uint32 IndustryTileGetRandomBits(const ResolverObject *object);
    18 uint32 IndustryTileGetTriggers(const ResolverObject *object);
    19 uint32 IndustryTileGetTriggers(const ResolverObject *object);
    19 void IndustryTileSetTriggers(const ResolverObject *object, int triggers);
    20 void IndustryTileSetTriggers(const ResolverObject *object, int triggers);