Files
XCEngine/editor/app/main.cpp

6 lines
181 B
C++
Raw Normal View History

#include "Bootstrap/Application.h"
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR, int nCmdShow) {
2026-04-27 01:33:25 +08:00
return XCEngine::UI::Editor::RunXCEditor(hInstance, nCmdShow);
}