From f4b6f813db1721421cadaf906c2763546e0190b4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Jun 2018 00:07:57 +0100 Subject: Removing entity system from main header --- yage/yage.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yage/yage.h b/yage/yage.h index 089c2797..bff3610c 100644 --- a/yage/yage.h +++ b/yage/yage.h @@ -44,9 +44,3 @@ */ #include "render/shader.h" #include "render/spritebatch.h" - -/** - * Engine that includes a Entity Component System to organize the data and make - * it more flexible and efficient. - */ -#include "entity/engine.h" -- cgit