summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-29 22:40:55 -0500
committerWushin <pasekei@gmail.com>2015-04-29 22:40:55 -0500
commitc7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5 (patch)
tree804da9630fafbd0a0321fd6ea586a576ce07c431 /src/map/clif.hpp
parenta75608ef2f62a07879e7ef6d73c0ebe5b23908b2 (diff)
parent950bc8a1a239829864600b82e40d801514fca709 (diff)
downloadtmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.gz
tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.bz2
tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.tar.xz
tmwa-c7f0a0dbb9fe0cb42b0516ae1d4d60f72bd4ebb5.zip
Merge pull request #65 from wushin/quest-log
Quest log
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index e9f0452..5117ff3 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -175,6 +175,9 @@ int clif_GM_kick(dumb_ptr<map_session_data> sd, dumb_ptr<map_session_data> tsd,
int type);
int clif_foreachclient(std::function<void(dumb_ptr<map_session_data>)>);
+// quest
+void clif_sendallquest(dumb_ptr<map_session_data> sd);
+void clif_sendquest(dumb_ptr<map_session_data> sd, QuestId questid, int value);
void do_init_clif(void);
} // namespace map