From 4ed4e9522f942646c557ee12c9d958fdd7124fd0 Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 11 Feb 2025 11:45:58 +0100 Subject: [PATCH] fix: not using renderer and timer directly --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index a6503ac..450008a 100644 --- a/src/main.c +++ b/src/main.c @@ -11,8 +11,6 @@ #include #include -#include "SDL_render.h" -#include "SDL_timer.h" #include "SDL_ttf.h" #include "errors.h" #include "game/game.h"