mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T357, directory support for terrain probe files
This commit is contained in:
@@ -219,6 +219,12 @@ namespace BlackMisc
|
||||
return test;
|
||||
}
|
||||
|
||||
const QString &CDirectoryUtils::shareTerrainProbeDirectory()
|
||||
{
|
||||
static const QString tpd(CFileUtils::appendFilePaths(CDirectoryUtils::shareDirectory(), "simulator/swiftTerrainProbe"));
|
||||
return tpd;
|
||||
}
|
||||
|
||||
const QString &CDirectoryUtils::bootstrapFileName()
|
||||
{
|
||||
static const QString n("bootstrap.json");
|
||||
|
||||
@@ -82,6 +82,9 @@ namespace BlackMisc
|
||||
//! The test data directory
|
||||
static const QString &shareTestDirectory();
|
||||
|
||||
//! FSX/P3D terrain probe
|
||||
static const QString &shareTerrainProbeDirectory();
|
||||
|
||||
//! Bootstrap file name
|
||||
static const QString &bootstrapFileName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user