]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / GUI / gui.h
index b368a9a5c1313fbfb364b48474dfc201161f7624..10a7a0e1f5ba846f9cd91a5e15dc18a690280592 100644 (file)
@@ -44,7 +44,9 @@
 
 // gui.cxx
 extern void guiInit();
+#if defined (FG_OLD_MENUBAR)
 extern void guiToggleMenu(void);
+#endif
 extern void mkDialog(const char *txt);
 extern void guiErrorMessage(const char *txt);
 extern void guiErrorMessage(const char *txt, const sg_throwable &throwable);