summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-10 03:36:33 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-10 03:36:33 +0000
commitdef5e240def548bdd4fa6e3ba424d03c883b5bc1 (patch)
tree0ef455f459163037e07d105c35bcce9db922d6cf /src/map/clif.h
parent34f6935f5f67b01f73551a8fad30cbb12f12c1c2 (diff)
downloadhercules-def5e240def548bdd4fa6e3ba424d03c883b5bc1.tar.gz
hercules-def5e240def548bdd4fa6e3ba424d03c883b5bc1.tar.bz2
hercules-def5e240def548bdd4fa6e3ba424d03c883b5bc1.tar.xz
hercules-def5e240def548bdd4fa6e3ba424d03c883b5bc1.zip
Some preliminary code for the questlog system (clif packet functions and basic data structures).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12544 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 5a01e289a..684ee0fc0 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -394,6 +394,9 @@ void clif_viewequip_ack(struct map_session_data* sd, struct map_session_data* ts
void clif_viewequip_fail(struct map_session_data* sd);
void clif_equipcheckbox(struct map_session_data* sd);
+//quest system [Kevin]
+void clif_send_questlog(struct map_session_data * sd);
+
int clif_foreachclient(int (*)(struct map_session_data*,va_list),...);
int clif_send(const uint8* buf, int len, struct block_list* bl, enum send_target type);
int do_final_clif(void);