From 280552fa4750b5dac9243782f9c0a7e0b7eea6f8 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 5 May 2023 09:25:39 +1000 Subject: Add a basic enemy. --- systems.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems.h') diff --git a/systems.h b/systems.h index 0e405dd..0cc55ec 100644 --- a/systems.h +++ b/systems.h @@ -6,5 +6,7 @@ void animation_system(World* world); void bullet_system(World* world); void sprite_system(const World* world); +void enemy_system(World* world); + #endif -- cgit v1.2.3-54-g00ecf