2026-04-27 19:16:08 +08:00
|
|
|
#include "Application.h"
|
2026-04-06 20:02:34 +08:00
|
|
|
|
|
|
|
|
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR, int nCmdShow) {
|
2026-04-27 01:33:25 +08:00
|
|
|
return XCEngine::UI::Editor::RunXCEditor(hInstance, nCmdShow);
|
2026-04-06 20:02:34 +08:00
|
|
|
}
|