From 29c02c33749f9ca21ffa1c22cc2cc37f58584467 Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 23 May 2023 15:45:13 +0000 Subject: integrated cmixer for sound and sfx. fixed the vfx drawing procedure so that it treats p as the center when rendering the sprite. --- mkfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index f30d877..6973c0e 100644 --- a/mkfile +++ b/mkfile @@ -15,12 +15,14 @@ OFILES=\ universe.$O\ sprite.$O\ vfx.$O\ + cmixer.$O\ net.$O\ fmt.$O\ HFILES=\ dat.h\ fns.h\ + cmixer.h\