From d61dcdcc384249ec7ea60c9cc18aab9df1f80577 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 4 May 2023 14:10:41 +1000 Subject: Add shooting. --- systems.h | 1 + 1 file changed, 1 insertion(+) (limited to 'systems.h') diff --git a/systems.h b/systems.h index 24bc9c2..0e405dd 100644 --- a/systems.h +++ b/systems.h @@ -4,6 +4,7 @@ #include "world.h" void animation_system(World* world); +void bullet_system(World* world); void sprite_system(const World* world); #endif -- cgit v1.2.3-54-g00ecf