From 6a0c927855d030620dc2a54a261be7119b771897 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 15 Aug 2001 00:39:36 +0000 Subject: Added spriter - simple particle engine for mappers --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c07b22ca..4a2893bd 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ CGOBJ = \ $(GDIRNAME)/q_shared.o \ $(CGDIRNAME)/cg_consolecmds.o \ $(CGDIRNAME)/cg_buildable.o \ + $(CGDIRNAME)/cg_spriter.o \ $(CGDIRNAME)/cg_draw.o \ $(CGDIRNAME)/cg_drawtools.o \ $(CGDIRNAME)/cg_effects.o \ -- cgit