summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/player.h b/player.h
index 2d5f931b9..c7bd73dda 100644
--- a/player.h
+++ b/player.h
@@ -196,6 +196,8 @@ typedef struct Player {
uint32 engine_renew_money;
} Player;
+uint16 GetDrawStringPlayerColor(PlayerID player);
+
void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player);
void GetNameOfOwner(PlayerID owner, TileIndex tile);
int64 CalculateCompanyValue(const Player* p);