diff options
author | rubidium <rubidium@openttd.org> | 2011-02-07 22:15:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-07 22:15:46 +0000 |
commit | ec9e0690eb33e3c66cc7c92054110e630d0827ff (patch) | |
tree | 43cb330816abbe3d023b17072dba9505b7bdf7ae /src/functions.h | |
parent | 750d369a2abd951edcc376f5fc7926de4bb4d5a3 (diff) | |
download | openttd-ec9e0690eb33e3c66cc7c92054110e630d0827ff.tar.xz |
(svn r22014) -Codechange: move some more functions out of functions.h
Diffstat (limited to 'src/functions.h')
-rw-r--r-- | src/functions.h | 6 |
1 files changed, 0 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 */ |