From d7cc81ab9804117ed904fdc2ca49a5e976bc6a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 9 Mar 2026 21:28:40 +0100 Subject: [PATCH] fixed header path --- SakuraVNE/src/Event.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SakuraVNE/src/Event.cpp b/SakuraVNE/src/Event.cpp index f4de6c6..b4a4691 100644 --- a/SakuraVNE/src/Event.cpp +++ b/SakuraVNE/src/Event.cpp @@ -1,7 +1,6 @@ -// #include "SDL.h" #include "Event.h" -#include "../../libs/sdl3/include/SDL3/SDL.h" #include "Application.h" #include "Log.h" +#include "SDL3/SDL.h" void SakuraVNE::ProcessEvents() {}