]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Interim windows build fix
[flightgear.git] / src / Main / fg_init.hxx
index ef8a6bd829af12db3a8faed08bc9ea7d8f12ca35..8b741c26136ca131d833df2238277e95bdffa487 100644 (file)
 
 // forward decls
 class SGPropertyNode;
+class SGPath;
 
 // Return the current base package version
-std::string fgBasePackageVersion();
+std::string fgBasePackageVersion(const SGPath& path);
 
 bool fgInitHome();
 
@@ -70,6 +71,9 @@ void fgStartReposition();
 
 void fgStartNewReset();
 
+// setup the package system including the global root
+void fgInitPackageRoot();
+
 #endif // _FG_INIT_HXX