diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:42:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:42:09 +0300 |
commit | db6b712e4169d80f8f2c84a0efbc553d2058c191 (patch) | |
tree | d2686ac79474c32d81da85be6f83385c74386a72 /src/CMakeLists.txt | |
parent | 11a49b50fb6c2ff20f62f39d8606f54770b6a295 (diff) | |
download | plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.gz plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.bz2 plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.tar.xz plus-db6b712e4169d80f8f2c84a0efbc553d2058c191.zip |
Extract compountitem into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 280078a01..46ce71ab1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -636,6 +636,7 @@ SET(SRCS commandhandler.h commands.cpp commands.h + being/compounditem.h being/compoundsprite.cpp being/compoundsprite.h being/gender.h |