]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.h
Support for multiple data dirs.
[flightgear.git] / src / GUI / gui.h
index f25d0c9613866faf3d7efc905959882755c65d4a..c191c15d91f44673d38e3b099ebfc238936b42f5 100644 (file)
@@ -40,9 +40,8 @@ namespace osg
 class GraphicsContext;
 }
 // gui.cxx
-extern void guiStartInit(osg::GraphicsContext*);
-extern bool guiFinishInit();
-extern bool openBrowser(string address);
+extern bool guiInit();
+extern bool openBrowser(const std::string& address);
 extern void mkDialog(const char *txt);
 extern void guiErrorMessage(const char *txt);
 extern void guiErrorMessage(const char *txt, const sg_throwable &throwable);