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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8f54837ad..25c365104 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -341,6 +341,7 @@ SRC += events/actionevent.h \ resources/npcdialoginfo.h \ resources/npcdialogmenuinfo.h \ resources/npcimageinfo.h \ + resources/npcinventoryinfo.h \ resources/npctextinfo.h \ enums/resources/notifyflags.h \ enums/resources/notifytypes.h \ |