diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-24 21:37:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-29 16:12:41 +0300 |
commit | 9234bf25b145995d5395f98a1f5dd030783d25d6 (patch) | |
tree | 3f679edc308488057dc5d044698c053de6b4e36c /src/actionmanager.h | |
parent | 2f351b828f4155f93566d685eb99416e32cba7d0 (diff) | |
download | plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.gz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.bz2 plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.xz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.zip |
Add quests netcode and quests window.
Diffstat (limited to 'src/actionmanager.h')
-rw-r--r-- | src/actionmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionmanager.h b/src/actionmanager.h index e415928bb..ebbfc65ad 100644 --- a/src/actionmanager.h +++ b/src/actionmanager.h @@ -1,6 +1,5 @@ /* * The ManaPlus Client - * Copyright (C) 2010 The Mana Developers * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. @@ -117,6 +116,7 @@ namespace ActionManager decHandler(botcheckerWindowShow); decHandler(whoIsOnlineWindowShow); decHandler(didYouKnowWindowShow); + decHandler(questsWindowShow); } #endif |