summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-09-04 17:30:30 +0000
committerrubidium <rubidium@openttd.org>2006-09-04 17:30:30 +0000
commita7cfb80c40d9a4c544ece10872fd3808f9f59f8d (patch)
tree6cd5046c6a647012a61f5f97b8c5794446df92c5 /functions.h
parent56d06ba0a75b7157fdd236327cd08f9b0538551e (diff)
downloadopenttd-a7cfb80c40d9a4c544ece10872fd3808f9f59f8d.tar.xz
(svn r6380) -Codechange: unify all ways to quit OTTD.
This means that in the intro menu the 'Quit' button immediatelly quits and the 'Quit' in the menu of the normal game and scenario editor immediatelly quits when the 'autosave_on_exit' patch is turned on. This is the same way as the OS/window manager initiated quits, like alt-F4 and the 'x' in the (OS/window manager drawn) title bar of OTTD.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 2969fb2e1..352f7b962 100644
--- a/functions.h
+++ b/functions.h
@@ -233,6 +233,7 @@ void LoadFromConfig(void);
void SaveToConfig(void);
void CheckConfig(void);
int ttd_main(int argc, char* argv[]);
+void HandleExitGameRequest(void);
void DeterminePaths(void);