diff options
Diffstat (limited to 'src/ecs.hpp')
| -rw-r--r-- | src/ecs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp index 83646af..49d947c 100644 --- a/src/ecs.hpp +++ b/src/ecs.hpp @@ -9,6 +9,7 @@ #include "glm/vec3.hpp" extern DynArray<EntityHandle> EntitiesToBeRemoved; +extern DynArray<EntityHandle> EntitiesWithExcessInstances; static struct { uint64_t Entity = 1ULL << 0; |
