From 4e3a69acc542f6aa59626f50e34404661d1e8fdd Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 4 Jun 2007 17:38:20 +0000 Subject: - Fixed the compilation problem from r10668 - Cleaned up the duel code a bit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10692 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index a5d277dd5..069e4f4c3 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -321,7 +321,6 @@ int clif_pet_emotion(struct pet_data *pd,int param); int clif_pet_performance(struct block_list *bl,int param); int clif_pet_equip(struct pet_data *pd); int clif_pet_food(struct map_session_data *sd,int foodid,int fail); -int clif_send(const unsigned char *buf, int len, struct block_list *bl, int type); //friends list int clif_friendslist_toggle_sub(struct map_session_data *sd,va_list ap); @@ -339,12 +338,8 @@ int clif_GM_kick(struct map_session_data *sd,struct map_session_data *tsd,int ty int clif_GM_silence(struct map_session_data *sd,struct map_session_data *tsd,int type); int clif_timedout(struct map_session_data *sd); -int clif_foreachclient(int (*)(struct map_session_data*,va_list),...); int clif_disp_overhead(struct map_session_data *sd, const char* mes); -int do_final_clif(void); -int do_init_clif(void); - void clif_get_weapon_view(TBL_PC* sd, unsigned short *rhand, unsigned short *lhand); int clif_party_xy_remove(struct map_session_data *sd); //Fix for minimap [Kevin] @@ -364,4 +359,10 @@ 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] +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); +int do_init_clif(void); + + #endif /* _CLIF_H_ */ -- cgit v1.2.3-60-g2f50