From f696203915ea32a66903822258b2dfbc93ced3ad Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 27 Feb 2008 09:12:18 +0000 Subject: 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 --- src/map/clif.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/clif.h') 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); -- cgit v1.2.3-60-g2f50