diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/functions.h | 6 | ||||
-rw-r--r-- | src/openttd.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/functions.h b/src/functions.h index 656237a7b..da7e21c19 100644 --- a/src/functions.h +++ b/src/functions.h @@ -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 */ diff --git a/src/openttd.h b/src/openttd.h index 3a3180036..cd1f1c341 100644 --- a/src/openttd.h +++ b/src/openttd.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 */ |