]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Merge branch 'durk/atcdcl-cond'
[flightgear.git] / src / GUI / gui.h
index aeb7861678d94199602c7f491f4973b492818fde..2563251d888688a8be64482035a2829e0b02b3b3 100644 (file)
 
 #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);
@@ -58,7 +61,7 @@ extern void fgDumpSnapShotWrapper();
 extern void fgHiResDumpWrapper();
 extern void fgHiResDump();
 #endif
-#if defined( WIN32 ) && !defined( __CYGWIN__) && !defined(__MINGW32__)
+#if defined( _WIN32 ) && !defined(__MINGW32__)
 extern void printScreen();
 #endif
 extern void helpCb();