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/particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles.c') diff --git a/src/particles.c b/src/particles.c index 3655f23..4432780 100644 --- a/src/particles.c +++ b/src/particles.c @@ -1,4 +1,4 @@ -#include +#include "particles.h" SDL_Rect const particle_gray = {0, 0, 4, 4}; SDL_Rect const particle_red = {4, 0, 4, 4}; -- cgit 1.4.1-2-gfad0