]> 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 b368a9a5c1313fbfb364b48474dfc201161f7624..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();
-extern void guiToggleMenu(void);
 extern void mkDialog(const char *txt);
 extern void guiErrorMessage(const char *txt);
 extern void guiErrorMessage(const char *txt, const sg_throwable &throwable);
@@ -87,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;