chore: checkpoint workspace updates

This commit is contained in:
2026-04-27 01:33:25 +08:00
parent d1126d70f7
commit 12d32f3727
30 changed files with 420 additions and 697 deletions

View File

@@ -96,7 +96,7 @@ Application::Application()
Application::~Application() = default;
int RunXCUIEditorApp(HINSTANCE hInstance, int nCmdShow) {
int RunXCEditor(HINSTANCE hInstance, int nCmdShow) {
Application application;
return application.Run(hInstance, nCmdShow);
}