diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:54:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:54:43 +0300 |
commit | 5a007084e304048549233118707f5ab44f067e1a (patch) | |
tree | bf4ae0fc5296b8275f1d66a0b08044ed5f8b88a2 /src/CMakeLists.txt | |
parent | 56b2915de96cf2a94f876b5e56fad2f34cff8052 (diff) | |
download | plus-5a007084e304048549233118707f5ab44f067e1a.tar.gz plus-5a007084e304048549233118707f5ab44f067e1a.tar.bz2 plus-5a007084e304048549233118707f5ab44f067e1a.tar.xz plus-5a007084e304048549233118707f5ab44f067e1a.zip |
Move questtype 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 9f2cd061e..4d8d2b512 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -538,6 +538,7 @@ SET(SRCS resources/questeffect.h resources/questitem.h resources/questitemtext.h + resources/questtype.h resources/db/palettedb.cpp resources/db/palettedb.h resources/db/petdb.cpp |