]> 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 aeb7861678d94199602c7f491f4973b492818fde..5b8478e95f2023cf21db372f9c358742017279ed 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);