diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-06 12:20:16 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-06 12:20:16 -0700 |
commit | 704f58c9033599c871c176df68ffe7ac3bc8c969 (patch) | |
tree | e77f4e40ada9df44e49aab752a62fb5a503907e0 /src/Makefile.am | |
parent | 9559fdb347054e945940980efdbbe83615ce9733 (diff) | |
download | mana-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.am | 2 |
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 \ |