summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 18:29:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 18:29:14 +0300
commitd8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch)
tree296020411f2ff09e0a10d963f675723927b7118f /src/CMakeLists.txt
parent818116248c82fb48f8b99d37e896e18609cdd713 (diff)
downloadManaVerse-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz
ManaVerse-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2
ManaVerse-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz
ManaVerse-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip
Move windows related actions into separate file.
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 0e8e01f3b..6bd09bf17 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -716,6 +716,8 @@ SET(SRCS
actions/actiondef.h
actions/actions.cpp
actions/actions.h
+ actions/windows.cpp
+ actions/windows.h
being/actor.cpp
being/actor.h
being/actorsprite.cpp