diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
commit | d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch) | |
tree | 296020411f2ff09e0a10d963f675723927b7118f /src/CMakeLists.txt | |
parent | 818116248c82fb48f8b99d37e896e18609cdd713 (diff) | |
download | plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2 plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip |
Move windows related actions into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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 |