diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-29 15:54:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-29 15:54:49 +0300 |
commit | 88f71d6a8673932d178408e7632a6eea08623294 (patch) | |
tree | 0cc0c1d9bc663abaec614441164db86e88f878fe /src/CMakeLists.txt | |
parent | 13dc76b540a0fa9bd62e3e996dd707b610e792e5 (diff) | |
download | plus-88f71d6a8673932d178408e7632a6eea08623294.tar.gz plus-88f71d6a8673932d178408e7632a6eea08623294.tar.bz2 plus-88f71d6a8673932d178408e7632a6eea08623294.tar.xz plus-88f71d6a8673932d178408e7632a6eea08623294.zip |
Move config related functions from client into configmanager.
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 c617842c5..929a1042a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -735,6 +735,8 @@ SET(SRCS commandhandler.h commands.cpp commands.h + configmanager.cpp + configmanager.h being/compounditem.h being/compoundsprite.cpp being/compoundsprite.h |