diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-22 09:22:54 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-25 12:54:43 -0400 |
| commit | 65043c16755a2121be38a307eb53eb94803c65ed (patch) | |
| tree | ebd6cb70c60a7edc81c2a8ac0091024c6d452488 /src/game.hpp | |
| parent | 31dc984812e538f3db37d7d8816db0fa649f4f27 (diff) | |
entities - expose method to find EntityType by typeCode
Diffstat (limited to 'src/game.hpp')
| -rw-r--r-- | src/game.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
