Refactor XCEditor into library-style layout
This commit is contained in:
5
new_editor/app/main.cpp
Normal file
5
new_editor/app/main.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "Application.h"
|
||||
|
||||
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR, int nCmdShow) {
|
||||
return XCEngine::UI::Editor::RunXCUIEditorApp(hInstance, nCmdShow);
|
||||
}
|
||||
Reference in New Issue
Block a user