diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8e303516d..016c59f6f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -672,12 +672,16 @@ SET(SRCS resources/mstack.h resources/notificationinfo.h resources/notifications.h + resources/npcbuttoninfo.h + resources/npcdialoginfo.h enums/resources/notifyflags.h enums/resources/notifytypes.h resources/db/monsterdb.cpp resources/db/monsterdb.h resources/db/npcdb.cpp resources/db/npcdb.h + resources/db/npcdialogdb.cpp + resources/db/npcdialogdb.h resources/openglimagehelper.cpp resources/openglimagehelper.h resources/questeffect.h |