summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-08-15 00:39:36 +0000
committerTim Angus <tim@ngus.net>2001-08-15 00:39:36 +0000
commit6a0c927855d030620dc2a54a261be7119b771897 (patch)
treedd33e210b94520f0442428ade104345f110ce4b7 /Makefile
parent50a3f688230416ba6fd7d9c4d99d14a8871d63ee (diff)
Added spriter - simple particle engine for mappers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \