diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-10-26 01:46:40 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-10-26 01:46:40 +0000 |
commit | 56410d9ff28448a73be7a7d115d54c1ee578972c (patch) | |
tree | b9a7b56222610d08215eaf29cb921635b9e3081b /src/Makefile.am | |
parent | c650e2b6338cf4b18b0968623d12ef95a7b820fc (diff) | |
download | mana-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.am | 2 |
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 \ |