refs #444 Move CAircraftMatcher into Simulation namespace

It used to be before in FsCommon namespace, however it does not
have any MSFS specific implementation any more and is used by
xplane driver as well.
This commit is contained in:
Roland Winklmeier
2015-06-18 23:17:18 +02:00
committed by Mathew Sutcliffe
parent b0530aa567
commit b28634e586
7 changed files with 408 additions and 416 deletions

View File

@@ -12,7 +12,7 @@
#include "blackmisc/sampleutils.h"
#include "blackmisc/simulation/fscommon/aircraftcfgparser.h"
#include "blackmisc/simulation/fscommon/modelmappingsprovidervpilot.h"
#include "blackmisc/simulation/fscommon/aircraftmatcher.h"
#include "blackmisc/simulation/aircraftmatcher.h"
#include <QDebug>
#include <memory>