diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-08 00:48:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-08 00:48:12 +0300 |
commit | 553abfdfa9e00e78cf4da893acb97062b47b9e24 (patch) | |
tree | 2089e1fe5700af91501135bc813cdd46667e6d44 /src/CMakeLists.txt | |
parent | 344efb2009b8c6d329a6d19dd45ed49076252710 (diff) | |
download | plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.gz plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.bz2 plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.xz plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.zip |
Move constants from itemshortcut.h into const directory.
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 e4bee33a8..1c680d668 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1078,6 +1078,7 @@ SET(SRCS gamemodifiers.cpp gamemodifiers.h const/equipment.h + const/itemshortcut.h const/spells.h const/utils/timer.h const/utils/utf8.h |