diff options
author | Tim Angus <tim@ngus.net> | 2001-08-15 00:39:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-15 00:39:36 +0000 |
commit | 6a0c927855d030620dc2a54a261be7119b771897 (patch) | |
tree | dd33e210b94520f0442428ade104345f110ce4b7 /Makefile | |
parent | 50a3f688230416ba6fd7d9c4d99d14a8871d63ee (diff) |
Added spriter - simple particle engine for mappers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |