Rename Impl classes to follow Unity naming convention
- SelectionManagerImpl -> SelectionManager - EditorContextImpl -> EditorContext - Removed unused SceneManagerImpl and ISceneManager The Impl suffix was inconsistent with Unity naming conventions.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "InspectorPanel.h"
|
||||
#include "Core/EditorContextImpl.h"
|
||||
#include "Core/EditorContext.h"
|
||||
#include "Managers/SceneManager.h"
|
||||
#include "UI/UI.h"
|
||||
#include <XCEngine/Debug/Logger.h>
|
||||
|
||||
Reference in New Issue
Block a user