aboutsummaryrefslogtreecommitdiff
path: root/systems.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-05 09:25:39 +1000
committerquou <quou@disroot.org>2023-05-05 09:25:39 +1000
commit280552fa4750b5dac9243782f9c0a7e0b7eea6f8 (patch)
tree6385dc740cc965dad7dc628e8b10738724ec0a42 /systems.h
parent0a083f5a9a747083bbc3a1f0689e76ac5fc3a3b9 (diff)
Add a basic enemy.
Diffstat (limited to 'systems.h')
-rw-r--r--systems.h2
1 files changed, 2 insertions, 0 deletions
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