diff options
author | quou <quou@disroot.org> | 2023-05-05 13:44:23 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-05 13:44:23 +1000 |
commit | fb104368dd33b66e0575dcc0327cbae7046a4e1e (patch) | |
tree | 67a1a66182aa8417b8fbb431576528c28f4a5ab8 /systems.h | |
parent | 280552fa4750b5dac9243782f9c0a7e0b7eea6f8 (diff) |
Add killing enemies.
Diffstat (limited to 'systems.h')
-rw-r--r-- | systems.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |