refactor: Rename blackcore to swift::core

This commit is contained in:
Lars Toenning
2024-11-10 20:21:07 +01:00
parent 9142a3649b
commit 3a2447770f
482 changed files with 2611 additions and 2611 deletions

View File

@@ -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[])