summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-26 02:32:25 +0000
committerIra Rice <irarice@gmail.com>2008-10-26 02:32:25 +0000
commitfe76762f26180fdbbbac6e16bfa02c8bde3be78b (patch)
tree78867b5e4af1eee3feb7f4c4b3387a7037f18227 /src/Makefile.am
parentd9c8c729a1dc2f18c1a367eddfd2eb94b79ec190 (diff)
downloadmana-client-fe76762f26180fdbbbac6e16bfa02c8bde3be78b.tar.gz
mana-client-fe76762f26180fdbbbac6e16bfa02c8bde3be78b.tar.bz2
mana-client-fe76762f26180fdbbbac6e16bfa02c8bde3be78b.tar.xz
mana-client-fe76762f26180fdbbbac6e16bfa02c8bde3be78b.zip
Added Crush's recent Particle engine modifications from TMW.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0f12579f..17445ddf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -227,7 +227,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
utils/base64.h \
utils/dtor.h \
utils/fastsqrt.h \
- utils/minmax.h \
utils/strprintf.cpp \
utils/strprintf.h \
utils/tostring.h \
@@ -290,6 +289,7 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
particle.h \
particleemitter.cpp \
particleemitter.h \
+ particleemitterprop.h \
party.cpp \
party.h \
player.cpp \