From e5301eb5d4fde7f1f54e6af38e155562c1846bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 16 Mar 2026 20:14:16 +0100 Subject: [PATCH] moved sdl main into application framework --- SakuraVNE/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) 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();