refs #891, added dir / config for P3D plugin

This commit is contained in:
Klaus Basan
2017-02-28 04:29:58 +01:00
committed by Mathew Sutcliffe
parent e2b573b850
commit 347b54171b
6 changed files with 39 additions and 25 deletions

View File

@@ -21,11 +21,6 @@
namespace BlackConfig
{
bool CBuildConfig::isCompiledWithP3DSupport()
{
return CBuildConfig::isCompiledWithFsxSupport();
}
bool CBuildConfig::isCompiledWithMsFlightSimulatorSupport()
{
return CBuildConfig::isCompiledWithFs9Support() || CBuildConfig::isCompiledWithFsxSupport() || CBuildConfig::isCompiledWithP3DSupport();