From 9234bf25b145995d5395f98a1f5dd030783d25d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 Jul 2012 21:37:03 +0300 Subject: Add quests netcode and quests window. --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3c55c9632..e5556fccb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -130,6 +130,8 @@ SET(SRCS gui/widgets/extendedlistbox.cpp gui/widgets/extendedlistbox.h gui/widgets/extendedlistmodel.h + gui/widgets/extendednamesmodel.cpp + gui/widgets/extendednamesmodel.h gui/widgets/flowcontainer.cpp gui/widgets/flowcontainer.h gui/widgets/guildchattab.cpp @@ -294,6 +296,8 @@ SET(SRCS gui/palette.h gui/popupmenu.cpp gui/popupmenu.h + gui/questswindow.cpp + gui/questswindow.h gui/quitdialog.cpp gui/quitdialog.h gui/registerdialog.cpp @@ -809,6 +813,8 @@ SET(SRCS_TMWA net/tmwa/playerhandler.cpp net/tmwa/playerhandler.h net/tmwa/protocol.h + net/tmwa/questhandler.cpp + net/tmwa/questhandler.h net/tmwa/specialhandler.cpp net/tmwa/specialhandler.h net/tmwa/tradehandler.cpp -- cgit v1.2.3-60-g2f50