关键节点
This commit is contained in:
12
editor/app/Composition/EditorShellVariant.h
Normal file
12
editor/app/Composition/EditorShellVariant.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace XCEngine::UI::Editor::App {
|
||||
|
||||
enum class EditorShellVariant : std::uint8_t {
|
||||
Primary = 0,
|
||||
DetachedWindow
|
||||
};
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App
|
||||
Reference in New Issue
Block a user