]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / GUI / gui.h
index 4bb366371cd54ac5f2115047e3d39a12bb5ed833..69d0026c68fb9368ad1b36ff9e45f0c6a722ed4c 100644 (file)
@@ -33,7 +33,8 @@
 #  include <windows.h>
 #endif
 
-#include <GL/glut.h>           // needed before pu.h
+#include GLUT_H                 // needed before pu.h
+
 #include <plib/pu.h>           // plib include
 
 #include <simgear/misc/exception.hxx>
@@ -43,7 +44,6 @@
 
 // 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);
@@ -86,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;