diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-22 16:17:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-22 16:17:03 +0300 |
commit | 2131f55532ee9e71b41de99aff0718346fb184c6 (patch) | |
tree | 1aa214c995d2d5a05d8a02cf6b35dc4c6129d687 /src/CMakeLists.txt | |
parent | abdb8299382a797728b8dac80f6e687c90fb07ab (diff) | |
download | plus-2131f55532ee9e71b41de99aff0718346fb184c6.tar.gz plus-2131f55532ee9e71b41de99aff0718346fb184c6.tar.bz2 plus-2131f55532ee9e71b41de99aff0718346fb184c6.tar.xz plus-2131f55532ee9e71b41de99aff0718346fb184c6.zip |
Move equipment window slots names mapping to id to 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 684f6afd4..83860b0a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -615,6 +615,7 @@ SET(SRCS resources/effectdescription.h resources/emoteinfo.h resources/emotesprite.h + resources/equipmentslots.h resources/db/emotedb.cpp resources/db/emotedb.h resources/db/homunculusdb.cpp |