diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-03 14:43:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-03 14:43:03 +0300 |
commit | 284acf8f76bd2201bd64b847a2564206f77a4278 (patch) | |
tree | d562014465ae69782a7a081689ee5917812a5e55 /src/CMakeLists.txt | |
parent | 5ccaffe607662610eb34d5a9043fb5fb7e068039 (diff) | |
download | plus-284acf8f76bd2201bd64b847a2564206f77a4278.tar.gz plus-284acf8f76bd2201bd64b847a2564206f77a4278.tar.bz2 plus-284acf8f76bd2201bd64b847a2564206f77a4278.tar.xz plus-284acf8f76bd2201bd64b847a2564206f77a4278.zip |
Move item type mapping into separate file.
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 be8f2b5e3..d20f5a973 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -573,6 +573,8 @@ SET(SRCS resources/itemslot.h resources/itemsoundevent.h resources/itemtype.h + resources/itemtypemap.h + resources/itemtypemapdata.h resources/db/mapdb.cpp resources/db/mapdb.h resources/db/moddb.cpp |