diff options
author | Tim Angus <tim@ngus.net> | 2003-09-21 18:23:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-09-21 18:23:47 +0000 |
commit | 51f8195fe9846eaf3482da7ccce44064a7c2900a (patch) | |
tree | 62fa42690362537f3419753bf738765a12aaac80 /Makefile | |
parent | 84e75ec07a5027e76726bc28073438d8c9a8d04a (diff) |
* Fully generalised scriptable paricle system
* Changes to Makefile and depend file for above
* Tweaks to entities.def
* Apparently a bunch of other stuff I've forgotten about
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ CGOBJ = \ $(CGDIRNAME)/cg_mp3decoder.o \ $(CGDIRNAME)/cg_scanner.o \ $(CGDIRNAME)/cg_trails.o \ + $(CGDIRNAME)/cg_particles.o \ $(UIDIRNAME)/ui_shared.o UIOBJ = \ |