X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.h;h=5b8478e95f2023cf21db372f9c358742017279ed;hb=1ae2b59333dc914d10bcc726bc94e71cbf3e411e;hp=f778349dd11024a951bfcc8cb790a565731cff1a;hpb=b68b751fd46b633d6eb394b842690edc9be3c2f1;p=flightgear.git diff --git a/src/GUI/gui.h b/src/GUI/gui.h index f778349dd..5b8478e95 100644 --- a/src/GUI/gui.h +++ b/src/GUI/gui.h @@ -29,19 +29,18 @@ # include #endif -#ifdef HAVE_WINDOWS_H -# include -#endif - #include #include #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);