mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "simulatorfsxcommon.h"
|
||||
#include "simconnectsymbols.h"
|
||||
#include "../fscommon/simulatorfscommonfunctions.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/network/textmessage.h"
|
||||
#include "misc/simulation/fsx/simconnectutilities.h"
|
||||
#include "misc/simulation/fscommon/aircraftcfgparser.h"
|
||||
@@ -41,7 +41,7 @@ using namespace swift::misc::simulation;
|
||||
using namespace swift::misc::simulation::fscommon;
|
||||
using namespace swift::misc::simulation::Fsx;
|
||||
using namespace swift::misc::simulation::settings;
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
using namespace BlackSimPlugin::FsCommon;
|
||||
|
||||
namespace BlackSimPlugin::FsxCommon
|
||||
|
||||
Reference in New Issue
Block a user