(svn r2973) Move a function declaration somewhere where it belongs

This commit is contained in:
tron
2005-09-23 06:38:36 +00:00
parent afcb9f0d60
commit 313fcfbd83
4 changed files with 10 additions and 1 deletions

View File

@@ -197,7 +197,6 @@ void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player);
void GetNameOfOwner(PlayerID owner, TileIndex tile);
int64 CalculateCompanyValue(Player *p);
void InvalidatePlayerWindows(Player *p);
void AiDoGameLoop(Player *p);
void UpdatePlayerMoney32(Player *p);
#define FOR_ALL_PLAYERS(p) for(p=_players; p != endof(_players); p++)