From fb104368dd33b66e0575dcc0327cbae7046a4e1e Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 5 May 2023 13:44:23 +1000 Subject: Add killing enemies. --- systems.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems.h') diff --git a/systems.h b/systems.h index 0cc55ec..6bf4edc 100644 --- a/systems.h +++ b/systems.h @@ -5,8 +5,8 @@ void animation_system(World* world); void bullet_system(World* world); -void sprite_system(const World* world); +void collision_system(World* world); void enemy_system(World* world); - +void sprite_system(const World* world); #endif -- cgit v1.2.3-54-g00ecf