refs #868 Add CXPlaneUtil::xplane11Dir()

This commit is contained in:
Michał Garapich
2017-02-27 18:07:18 +01:00
committed by Mathew Sutcliffe
parent 3432dd56fe
commit f25d569ae8
2 changed files with 19 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ namespace BlackMisc
//! XPlane 10 directory
static QString xplane10Dir();
//! XPlane 11 directory
static QString xplane11Dir();
//! XPlane root directory
//! In case more then one XPlane version is found, the path to the highest version is used
static QString xplaneRootDir();