(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]

This commit is contained in:
tron
2006-08-28 06:21:48 +00:00
parent 3c844b6391
commit 523519c8ec
6 changed files with 14 additions and 12 deletions

View File

@@ -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);