summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-10-26 01:46:40 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-10-26 01:46:40 +0000
commit56410d9ff28448a73be7a7d115d54c1ee578972c (patch)
treeb9a7b56222610d08215eaf29cb921635b9e3081b /src/Makefile.am
parentc650e2b6338cf4b18b0968623d12ef95a7b820fc (diff)
downloadMana-56410d9ff28448a73be7a7d115d54c1ee578972c.tar.gz
Mana-56410d9ff28448a73be7a7d115d54c1ee578972c.tar.bz2
Mana-56410d9ff28448a73be7a7d115d54c1ee578972c.tar.xz
Mana-56410d9ff28448a73be7a7d115d54c1ee578972c.zip
Implemented particle emitters with properties which change over time according to wave functions.
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 340f1947..867953ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -215,7 +215,6 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \
utils/base64.h \
utils/dtor.h \
utils/fastsqrt.h \
- utils/minmax.h \
utils/strprintf.cpp \
utils/strprintf.h \
utils/tostring.h \
@@ -278,6 +277,7 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \
particle.h \
particleemitter.cpp \
particleemitter.h \
+ particleemitterprop.h \
player.cpp \
player.h \
player_relations.cpp \