summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 7fcd1ceaa..a4c94995e 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -77,4 +77,6 @@ void AskExitToGameMenu();
int ttd_main(int argc, char *argv[]);
void HandleExitGameRequest();
+void SwitchToMode(SwitchMode new_mode);
+
#endif /* OPENTTD_H */