summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b9276ccb0..60a529421 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -778,6 +778,8 @@ SET(SRCS
flooritem.h
game.cpp
game.h
+ gamemodifiers.cpp
+ gamemodifiers.h
render/graphics.cpp
render/graphics.h
graphicsmanager.cpp