From a72420a85fdfe85d6a6e67b8c70ed11537d532bd Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 20:30:58 +1000 Subject: Work on visual effects; Debris and player bullet impact effects. --- systems.h | 1 + 1 file changed, 1 insertion(+) (limited to 'systems.h') diff --git a/systems.h b/systems.h index 6bf4edc..672e704 100644 --- a/systems.h +++ b/systems.h @@ -8,5 +8,6 @@ void bullet_system(World* world); void collision_system(World* world); void enemy_system(World* world); void sprite_system(const World* world); +void debris_system(World* world); #endif -- cgit v1.2.3-54-g00ecf