From 65043c16755a2121be38a307eb53eb94803c65ed Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 22 Sep 2023 09:22:54 -0400 Subject: entities - expose method to find EntityType by typeCode --- src/game.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.hpp') diff --git a/src/game.hpp b/src/game.hpp index c5c6f94..ec0ba3e 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -9,6 +9,7 @@ #include "ecs.hpp" #include "entities.hpp" #include "event.hpp" +#include "helpers.hpp" #include "imgui.h" #include "window.hpp" -- cgit v1.2.3