From e57149e9dbdb5b5a1a1662120296bcba2d1e5184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Fri, 10 Apr 2026 15:49:09 +0200 Subject: [PATCH] removed not needed includes and added the include for the event --- SakuraCore/src/Window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SakuraCore/src/Window.h b/SakuraCore/src/Window.h index 0a59c70..6269b90 100644 --- a/SakuraCore/src/Window.h +++ b/SakuraCore/src/Window.h @@ -1,9 +1,8 @@ #pragma once #include "Event.h" +#include "SDL3/SDL_events.h" #include "SDL3/SDL_video.h" -#include "imgui_impl_sdl3.h" -#include #include #include #include