Refine editor action shell and add regression tests
This commit is contained in:
@@ -31,6 +31,13 @@ public:
|
||||
private:
|
||||
Application() = default;
|
||||
~Application() = default;
|
||||
bool InitializeWindowRenderer(HWND hwnd);
|
||||
void InitializeEditorContext(const std::string& projectPath);
|
||||
void InitializeImGui(HWND hwnd);
|
||||
void AttachEditorLayer();
|
||||
void DetachEditorLayer();
|
||||
void ShutdownEditorContext();
|
||||
void RenderEditorFrame();
|
||||
void UpdateWindowTitle();
|
||||
|
||||
HWND m_hwnd = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user