Files
XCEngine/editor/app/main.cpp

6 lines
181 B
C++

#include "Bootstrap/Application.h"
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR, int nCmdShow) {
return XCEngine::UI::Editor::RunXCEditor(hInstance, nCmdShow);
}