mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
#include "blackgui/components/commandinput.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackcore/context/contextapplication.h"
|
||||
#include "blackcore/context/contextsimulator.h"
|
||||
#include "blackcore/context/contextnetwork.h"
|
||||
#include "core/context/contextapplication.h"
|
||||
#include "core/context/contextsimulator.h"
|
||||
#include "core/context/contextnetwork.h"
|
||||
#include "misc/simplecommandparser.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::network;
|
||||
using namespace swift::misc::simulation;
|
||||
using namespace BlackCore::Context;
|
||||
using namespace swift::core::context;
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user