From 0fbcf0ea99cbefaededbfb53e746650e95bc9ba4 Mon Sep 17 00:00:00 2001 From: nosch Date: Sun, 31 Aug 2025 03:26:16 +0200 Subject: [PATCH] fixed a include mistake --- src/entitys/entitybase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entitys/entitybase.hpp b/src/entitys/entitybase.hpp index 8e37e4c..2492b47 100644 --- a/src/entitys/entitybase.hpp +++ b/src/entitys/entitybase.hpp @@ -5,7 +5,7 @@ #include "../render/textures.hpp" #include #include -#include +#include struct Entity;