src/player_func.h
changeset 8264 b1e85998c7d3
parent 8254 1496654ca5e7
child 9652 0405e98d8e96
equal deleted inserted replaced
8263:2b3e64c5e680 8264:b1e85998c7d3
     6 #define PLAYER_FUNC_H
     6 #define PLAYER_FUNC_H
     7 
     7 
     8 #include "core/math_func.hpp"
     8 #include "core/math_func.hpp"
     9 #include "player_type.h"
     9 #include "player_type.h"
    10 #include "tile_type.h"
    10 #include "tile_type.h"
       
    11 #include "strings_type.h"
    11 
    12 
    12 void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player);
    13 void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player);
    13 void GetNameOfOwner(Owner owner, TileIndex tile);
    14 void GetNameOfOwner(Owner owner, TileIndex tile);
    14 void SetLocalPlayer(PlayerID new_player);
    15 void SetLocalPlayer(PlayerID new_player);
    15 
    16