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