From 65fa1051585f5345c3270db73ab53b7a0dbbaa50 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 2 May 2023 21:37:07 +1000 Subject: Add ECS. --- systems.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systems.h (limited to 'systems.h') diff --git a/systems.h b/systems.h new file mode 100644 index 0000000..15abce1 --- /dev/null +++ b/systems.h @@ -0,0 +1,8 @@ +#ifndef systems_h +#define systems_h + +#include "world.h" + +void sprite_system(const World* world); + +#endif -- cgit v1.2.3-54-g00ecf