summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-20 19:25:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-20 19:25:00 +0300
commitfbd8b8f2c7d511247c32a62cdeec2089df261688 (patch)
tree34799adfc79687b34b60601f5f8277d2236da1ef /src/Makefile.am
parenta75d6970443252a43d35b06bcb714db182f2efab (diff)
downloadplus-fbd8b8f2c7d511247c32a62cdeec2089df261688.tar.gz
plus-fbd8b8f2c7d511247c32a62cdeec2089df261688.tar.bz2
plus-fbd8b8f2c7d511247c32a62cdeec2089df261688.tar.xz
plus-fbd8b8f2c7d511247c32a62cdeec2089df261688.zip
Add class for gamemodifiers.
For now almost empty.
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 2c45c6dcb..3d028b119 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -901,6 +901,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
flooritem.h \
game.cpp \
game.h \
+ gamemodifiers.cpp \
+ gamemodifiers.h \
render/graphics.cpp \
render/graphics.h \
graphicsmanager.cpp \