diff --git a/SakuraVNE/src/main.cpp b/SakuraVNE/src/main.cpp index b4e9d54..883d1a6 100644 --- a/SakuraVNE/src/main.cpp +++ b/SakuraVNE/src/main.cpp @@ -1,12 +1,6 @@ -#define SDL_MAIN_HANDLED 1 - #include "Application.h" -#include "SDL3/SDL_main.h" -// #include "SakuraCore/src/Application.h" int main(int argc, char *argv[]) { - SDL_SetMainReady(); - Application app; bool success = app.Init();