From b231e80125d7349a07ce2822dd1759dfc6d3c001 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Dec 2011 08:31:14 +0000 Subject: (svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files --- src/openttd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openttd.h') 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 */ -- cgit v1.2.3-54-g00ecf