mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #891, added dir / config for P3D plugin
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e2b573b850
commit
347b54171b
@@ -21,11 +21,6 @@
|
||||
|
||||
namespace BlackConfig
|
||||
{
|
||||
bool CBuildConfig::isCompiledWithP3DSupport()
|
||||
{
|
||||
return CBuildConfig::isCompiledWithFsxSupport();
|
||||
}
|
||||
|
||||
bool CBuildConfig::isCompiledWithMsFlightSimulatorSupport()
|
||||
{
|
||||
return CBuildConfig::isCompiledWithFs9Support() || CBuildConfig::isCompiledWithFsxSupport() || CBuildConfig::isCompiledWithP3DSupport();
|
||||
|
||||
Reference in New Issue
Block a user