aboutsummaryrefslogtreecommitdiff
path: root/systems.h
diff options
context:
space:
mode:
Diffstat (limited to 'systems.h')
-rw-r--r--systems.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems.h b/systems.h
index 0cc55ec..6bf4edc 100644
--- a/systems.h
+++ b/systems.h
@@ -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