]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / GUI / gui.h
index 7548ed5a96deea6b95e98795b685b2b9f87b2235..5b8478e95f2023cf21db372f9c358742017279ed 100644 (file)
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <plib/pu.h>
 
 #include <simgear/structure/exception.hxx>
 
 #define TR_HIRES_SNAP   1
 
-
+namespace osg
+{
+class GraphicsContext;
+}
 // gui.cxx
-extern void guiStartInit();
+extern void guiStartInit(osg::GraphicsContext*);
 extern bool guiFinishInit();
 extern void mkDialog(const char *txt);
 extern void guiErrorMessage(const char *txt);
@@ -73,10 +72,4 @@ typedef struct {
 } __fg_gui_fn_t;
 extern const __fg_gui_fn_t __fg_gui_fn[];
 
-// mouse.cxx
-extern void guiInitMouse(int width, int height);
-extern void maybeToggleMouse( void );
-extern void TurnCursorOn( void );
-extern void TurnCursorOff( void );
-
 #endif // _GUI_H_