]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / gui.h
index 10a7a0e1f5ba846f9cd91a5e15dc18a690280592..33bf3def5294c8b7c98a3313765670e09cf9a84f 100644 (file)
 #  include <windows.h>
 #endif
 
-#include GLUT_H                 // needed before pu.h
+#include FG_GLUT_H              // needed before pu.h
 
 #include <plib/pu.h>           // plib include
 
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 
 #define TR_HIRES_SNAP   1
 
 
 // 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);
@@ -89,6 +86,7 @@ extern void ClearRoute(puObject *);
 extern void fgAPAdjust(puObject *);
 extern void fgLatLonFormatToggle(puObject *);
 extern void helpCb(puObject *);
+extern void fgReshape(int, int);
 
 typedef struct {
         char *name;