summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-28 06:21:48 +0000
committertron <tron@openttd.org>2006-08-28 06:21:48 +0000
commit523519c8ec4db318d151051a9b6281767136f314 (patch)
treee401abd666512b3bae48f7f2f9aba66ba123e5cb /player.h
parent3c844b6391393762f6eb70eb91e17fcec1c1df1c (diff)
downloadopenttd-523519c8ec4db318d151051a9b6281767136f314.tar.xz
(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
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);