diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-30 23:57:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-30 23:57:54 +0300 |
commit | 382d24526919eafc08df19169046fdae190e10da (patch) | |
tree | 5eee2825a6a0dd282990c1a6a2f4a8e924c8083d /src/CMakeLists.txt | |
parent | be1962973deaa161491b6592cbf21eb3e6700cc9 (diff) | |
download | plus-382d24526919eafc08df19169046fdae190e10da.tar.gz plus-382d24526919eafc08df19169046fdae190e10da.tar.bz2 plus-382d24526919eafc08df19169046fdae190e10da.tar.xz plus-382d24526919eafc08df19169046fdae190e10da.zip |
Add support for npc dialog inventory theming from npc skin.
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 cf0a7a6d0..8eb7697a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -676,6 +676,7 @@ SET(SRCS resources/npcdialoginfo.h resources/npcdialogmenuinfo.h resources/npcimageinfo.h + resources/npcinventoryinfo.h resources/npctextinfo.h enums/resources/notifyflags.h enums/resources/notifytypes.h |