refactor(new_editor): continue architecture closeout
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#include "Bootstrap/Application.h"
|
||||
#include "Bootstrap/ApplicationBootstrapSupport.h"
|
||||
#include "Bootstrap/ApplicationBootstrapInternal.h"
|
||||
|
||||
#include <XCEditor/Foundation/UIEditorRuntimeTrace.h>
|
||||
|
||||
#include "State/EditorContext.h"
|
||||
#include "Platform/Win32/EditorWindow.h"
|
||||
#include "Platform/Win32/EditorWindowManager.h"
|
||||
#include "Support/EnvironmentFlags.h"
|
||||
#include "Support/ExecutablePath.h"
|
||||
|
||||
#ifndef XCUIEDITOR_REPO_ROOT
|
||||
#define XCUIEDITOR_REPO_ROOT "."
|
||||
@@ -12,7 +15,8 @@
|
||||
|
||||
namespace XCEngine::UI::Editor {
|
||||
|
||||
using namespace BootstrapSupport;
|
||||
using namespace BootstrapInternal;
|
||||
using Support::GetExecutableDirectory;
|
||||
|
||||
bool Application::Initialize(HINSTANCE hInstance, int nCmdShow) {
|
||||
m_hInstance = hInstance;
|
||||
|
||||
Reference in New Issue
Block a user