(svn r22014) -Codechange: move some more functions out of functions.h

pull/155/head
rubidium 14 years ago
parent 16d567eaa8
commit 81484efcfb

@ -26,10 +26,4 @@ void MarkTileDirtyByTile(TileIndex tile);
void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
void AskExitGame();
void AskExitToGameMenu();
int ttd_main(int argc, char *argv[]);
void HandleExitGameRequest();
#endif /* FUNCTIONS_H */

@ -66,4 +66,10 @@ typedef SimpleTinyEnumT<PauseMode, byte> PauseModeByte;
/** The current pause mode */
extern PauseModeByte _pause_mode;
void AskExitGame();
void AskExitToGameMenu();
int ttd_main(int argc, char *argv[]);
void HandleExitGameRequest();
#endif /* OPENTTD_H */

Loading…
Cancel
Save