fix: not using renderer and timer directly

This commit is contained in:
2025-02-11 11:45:58 +01:00
parent ecfe6b1452
commit 4ed4e9522f

View File

@@ -11,8 +11,6 @@
#include <time.h> #include <time.h>
#include <wchar.h> #include <wchar.h>
#include "SDL_render.h"
#include "SDL_timer.h"
#include "SDL_ttf.h" #include "SDL_ttf.h"
#include "errors.h" #include "errors.h"
#include "game/game.h" #include "game/game.h"