summaryrefslogtreecommitdiff
path: root/src/ecs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecs.hpp')
-rw-r--r--src/ecs.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp
index 20f7444..edc1c37 100644
--- a/src/ecs.hpp
+++ b/src/ecs.hpp
@@ -4,7 +4,6 @@
#include "pk.h"
#include "components.hpp"
-extern pk_arr_t<Entity_Base *> EntitiesToBeRemoved;
extern pk_arr_t<Entity_Base *> EntitiesWithExcessInstances;
void ECS_Init();