]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Some autopilot fixes
[flightgear.git] / src / GUI / gui.h
index d6570c7e41331ca97913bd4b8aff671c76f6fdd6..f25d0c9613866faf3d7efc905959882755c65d4a 100644 (file)
@@ -42,6 +42,7 @@ class GraphicsContext;
 // gui.cxx
 extern void guiStartInit(osg::GraphicsContext*);
 extern bool guiFinishInit();
+extern bool openBrowser(string address);
 extern void mkDialog(const char *txt);
 extern void guiErrorMessage(const char *txt);
 extern void guiErrorMessage(const char *txt, const sg_throwable &throwable);