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