From bc8f9c684cddbae8f185687b0f716f70d517858e Mon Sep 17 00:00:00 2001 From: max-001 Date: Thu, 7 Nov 2024 09:31:41 +0100 Subject: Fixed includes in example folder --- src/example/ecs.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/example/ecs.cpp b/src/example/ecs.cpp index a8df7e7..0c64373 100644 --- a/src/example/ecs.cpp +++ b/src/example/ecs.cpp @@ -1,9 +1,9 @@ #include -#include "../crepe/ComponentManager.h" -#include "../crepe/api/GameObject.h" -#include "../crepe/api/Metadata.h" -#include "../crepe/api/Transform.h" +#include +#include +#include +#include using namespace crepe; using namespace std; -- cgit v1.2.3