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, 1 insertions, 0 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp
index a7fd2ac..83646af 100644
--- a/src/ecs.hpp
+++ b/src/ecs.hpp
@@ -17,6 +17,7 @@ static struct {
} ComponentTypes;
void ECS_Init();
+void ECS_Teardown();
void ECS_Tick_Early(double delta);
void ECS_Tick_Late(double delta);
EntityHandle ECS_CreateEntity(EntityHandle parentEntHandle = EntityHandle{EntityHandle_T{0xFFFFFFFFFFFFFFFF}});