From b1e4c817315fb1e9b6df796991910a9a94a17a3f Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sat, 6 Dec 2025 10:36:43 +0800 Subject: [PATCH] try to change input code --- src/input/InputManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/InputManager.cpp b/src/input/InputManager.cpp index 37b5153..33ccbce 100644 --- a/src/input/InputManager.cpp +++ b/src/input/InputManager.cpp @@ -1,6 +1,5 @@ #include "InputManager.h" -#include "ui/Render.h" -#include "core/Game.h" + SDL_AppResult InputManager::handleInputEvent(const SDL_Event* event, const Renderer* g_renderer, Game* g_game) { switch (event->type) {