src/functions.h
changeset 9005 d6b0e0a54ef2
parent 8991 749d842945cc
child 9111 48ce04029fe4
equal deleted inserted replaced
9004:0f9d87665433 9005:d6b0e0a54ef2
    19 bool CheckPlayerHasMoney(CommandCost cost);
    19 bool CheckPlayerHasMoney(CommandCost cost);
    20 void SubtractMoneyFromPlayer(CommandCost cost);
    20 void SubtractMoneyFromPlayer(CommandCost cost);
    21 void SubtractMoneyFromPlayerFract(PlayerID player, CommandCost cost);
    21 void SubtractMoneyFromPlayerFract(PlayerID player, CommandCost cost);
    22 bool CheckOwnership(Owner owner);
    22 bool CheckOwnership(Owner owner);
    23 bool CheckTileOwnership(TileIndex tile);
    23 bool CheckTileOwnership(TileIndex tile);
    24 
       
    25 /* texteff.cpp */
       
    26 void AddAnimatedTile(TileIndex tile);
       
    27 void DeleteAnimatedTile(TileIndex tile);
       
    28 void AnimateAnimatedTiles();
       
    29 void InitializeAnimatedTiles();
       
    30 
    24 
    31 /* misc_cmd.cpp */
    25 /* misc_cmd.cpp */
    32 void PlaceTreesRandomly();
    26 void PlaceTreesRandomly();
    33 
    27 
    34 void InitializeLandscapeVariables(bool only_constants);
    28 void InitializeLandscapeVariables(bool only_constants);