src/functions.h
changeset 8190 efd1f3b110a2
parent 8177 f0bcc8e149f3
child 8254 5de2bbd26163
equal deleted inserted replaced
8189:cb6948920451 8190:efd1f3b110a2
    76 
    76 
    77 uint32 InteractiveRandom(); // Used for random sequences that are not the same on the other end of the multiplayer link
    77 uint32 InteractiveRandom(); // Used for random sequences that are not the same on the other end of the multiplayer link
    78 uint InteractiveRandomRange(uint max);
    78 uint InteractiveRandomRange(uint max);
    79 
    79 
    80 /* texteff.cpp */
    80 /* texteff.cpp */
    81 bool AddAnimatedTile(TileIndex tile);
    81 void AddAnimatedTile(TileIndex tile);
    82 void DeleteAnimatedTile(TileIndex tile);
    82 void DeleteAnimatedTile(TileIndex tile);
    83 void AnimateAnimatedTiles();
    83 void AnimateAnimatedTiles();
    84 void InitializeAnimatedTiles();
    84 void InitializeAnimatedTiles();
    85 
    85 
    86 /* tunnelbridge_cmd.cpp */
    86 /* tunnelbridge_cmd.cpp */