(svn r19937) -Codechange: Move some fios related prototypes to fios.h

This commit is contained in:
frosch
2010-06-05 19:02:29 +00:00
parent 1d9a84a934
commit 13d43b8dab
7 changed files with 11 additions and 21 deletions

View File

@@ -41,8 +41,6 @@ void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
void AskExitGame();
void AskExitToGameMenu();
void RedrawAutosave();
int ttd_main(int argc, char *argv[]);
void HandleExitGameRequest();