From 5f341eacdf0d75a4b334969a2d8a4701d61e4d9e Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 12:53:46 +1000 Subject: Add waves and stuff. --- systems.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systems.h') diff --git a/systems.h b/systems.h index 672e704..5108b80 100644 --- a/systems.h +++ b/systems.h @@ -6,8 +6,9 @@ void animation_system(World* world); void bullet_system(World* world); void collision_system(World* world); +void debris_system(World* world); void enemy_system(World* world); +void spawner_system(World* world); void sprite_system(const World* world); -void debris_system(World* world); #endif -- cgit v1.2.3-54-g00ecf