diff options
author | Tim Angus <tim@ngus.net> | 2001-04-27 14:45:29 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-04-27 14:45:29 +0000 |
commit | cad03b9d84bb4c4a4bf4783beeb5d1dd2e435b43 (patch) | |
tree | f429e8c69cf62cfa81b57a705d3789448907ca39 /Makefile | |
parent | a7627e5694752c629bc5beeb39a7fa74bba8a8e5 (diff) |
Abstracted the buildable renderer a bit and added preliminary animation routines
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ CGOBJ = \ $(GDIRNAME)/q_math.o \ $(GDIRNAME)/q_shared.o \ $(CGDIRNAME)/cg_consolecmds.o \ + $(CGDIRNAME)/cg_buildable.o \ $(CGDIRNAME)/cg_draw.o \ $(CGDIRNAME)/cg_drawtools.o \ $(CGDIRNAME)/cg_effects.o \ |