mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//! \file
|
||||
//! \ingroup samplefsd
|
||||
|
||||
#include "blackcore/fsd/fsdclient.h"
|
||||
#include "core/fsd/fsdclient.h"
|
||||
#include "misc/network/clientprovider.h"
|
||||
#include "misc/simulation/ownaircraftproviderdummy.h"
|
||||
#include "misc/simulation/remoteaircraftproviderdummy.h"
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
using namespace swift::misc::network;
|
||||
using namespace swift::misc::simulation;
|
||||
using namespace BlackCore::Fsd;
|
||||
using namespace swift::core::fsd;
|
||||
|
||||
//! main
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user