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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5bc01bf..d9c53b0 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,8 @@ endif all: $(target) sources = \ + animation.c \ + animation_system.c \ asset.c \ main.c \ malware.c \ -- cgit v1.2.3-54-g00ecf