diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-18 00:05:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-18 00:05:26 +0300 |
commit | ddd49c13d9b89e11c900657154e0504c8c8af2a9 (patch) | |
tree | 057577aa34b1cc12a9e117629b1cc9c47d6d06c8 /src/CMakeLists.txt | |
parent | d1b6556bd125f52744ff12b8dd2e644a1515205f (diff) | |
download | plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.gz plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.bz2 plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.tar.xz plus-ddd49c13d9b89e11c900657154e0504c8c8af2a9.zip |
Add permissions and commands fields into groups.
For now not reading it from xml or using it in any way.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9d056b3a5..dc43b891a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -669,6 +669,7 @@ SET(SRCS resources/db/horsedb.h resources/fboinfo.h resources/frame.h + resources/groupinfo.cpp resources/groupinfo.h resources/horseinfo.h resources/horseoffset.h @@ -750,6 +751,8 @@ SET(SRCS resources/questitemtext.h resources/questvar.h enums/resources/questtype.h + enums/resources/servercommandenable.h + enums/resources/servercommandtype.h resources/db/palettedb.cpp resources/db/palettedb.h resources/db/petdb.cpp |