summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-27 09:12:18 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-27 09:12:18 +0000
commitf696203915ea32a66903822258b2dfbc93ced3ad (patch)
tree109fa62eed2becc88139ad147c45052c6eadfd01 /src/map/clif.h
parent6bea9425104111de541f32d08bc84807773d1017 (diff)
downloadhercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.gz
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.bz2
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.xz
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.zip
Added support for the "view player equip" feature (see topic:174461)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12245 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 0cd72580b..c750e42d2 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -389,6 +389,11 @@ int clif_hom_food(struct map_session_data *sd,int foodid,int fail); //[orn]
void clif_send_homdata(struct map_session_data *sd, int type, int param); //[orn]
int clif_hwalkok(struct homun_data *hd); //[orn]
+void clif_equiptickack(struct map_session_data* sd, int flag);
+void clif_viewequip_ack(struct map_session_data* sd, struct map_session_data* tsd);
+void clif_viewequip_fail(struct map_session_data* sd);
+void clif_equipcheckbox(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);