(svn r14815) -Codechange: separate 'highscore' code from 'company' code

This commit is contained in:
smatz
2009-01-03 18:44:20 +00:00
parent db56caff3d
commit 09cd9a8017
12 changed files with 434 additions and 366 deletions

View File

@@ -48,8 +48,6 @@ void MarkAllViewportsDirty(int left, int top, int right, int bottom);
void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
void ShowHighscoreTable(int difficulty, int8 rank);
void AskExitGame();
void AskExitToGameMenu();