From 6af605d10d4d7e2bdea79b8d69d0d48704ef77f8 Mon Sep 17 00:00:00 2001 From: zlago Date: Thu, 8 May 2025 21:56:43 +0200 Subject: include more specific headers than SDL.h improves compilation times, since so many things only need SDL_render.h --- src/warp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/warp.c') diff --git a/src/warp.c b/src/warp.c index 3556ef3..c9bb1b4 100644 --- a/src/warp.c +++ b/src/warp.c @@ -2,6 +2,8 @@ #include "entity.h" #include "loader.h" #include "tilemap.h" +#include +#include static int warp_update(struct warp *self) { if ( -- cgit 1.4.1-2-gfad0