summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-06 12:20:16 -0700
committerFate <fate-tmw@googlemail.com>2008-12-06 12:20:16 -0700
commit704f58c9033599c871c176df68ffe7ac3bc8c969 (patch)
treee77f4e40ada9df44e49aab752a62fb5a503907e0 /src/Makefile.am
parent9559fdb347054e945940980efdbbe83615ce9733 (diff)
downloadMana-704f58c9033599c871c176df68ffe7ac3bc8c969.tar.gz
Mana-704f58c9033599c871c176df68ffe7ac3bc8c969.tar.bz2
Mana-704f58c9033599c871c176df68ffe7ac3bc8c969.tar.xz
Mana-704f58c9033599c871c176df68ffe7ac3bc8c969.zip
Added particle containers and refactored beings to use them (to clean up responsibilities a little)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3387690a..e9d69b5e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -279,6 +279,8 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \
particleemitter.cpp \
particleemitter.h \
particleemitterprop.h \
+ particlecontainer.cpp \
+ particlecontainer.h \
player.cpp \
player.h \
player_relations.cpp \