checkpoint: commit current workspace state
This commit is contained in:
12
new_editor/include/XCEditor/Windowing/FrameDispatchMode.h
Normal file
12
new_editor/include/XCEditor/Windowing/FrameDispatchMode.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace XCEngine::UI::Editor::Windowing::Domain {
|
||||
|
||||
enum class FrameDispatchMode : std::uint8_t {
|
||||
Steady = 0,
|
||||
Immediate,
|
||||
};
|
||||
|
||||
} // namespace XCEngine::UI::Editor::Windowing::Domain
|
||||
Reference in New Issue
Block a user