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/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index ecd8250..2766a84 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,7 @@ #pragma once -#include +#include +#include #include "entity.h" extern SDL_Window *window; extern SDL_Renderer *renderer; -- cgit 1.4.1-2-gfad0