mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 03:48:43 +00:00
(svn r22014) -Codechange: move some more functions out of functions.h
This commit is contained in:
parent
750d369a2a
commit
ec9e0690eb
@ -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…
Reference in New Issue
Block a user