From 58b8c8d8cb9f78537495f908887fea9d0a451637 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Jul 2015 22:37:51 +0300 Subject: Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with hercules. --- src/emap/clif.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/emap/clif.h (limited to 'src/emap/clif.h') diff --git a/src/emap/clif.h b/src/emap/clif.h new file mode 100644 index 0000000..5fd155b --- /dev/null +++ b/src/emap/clif.h @@ -0,0 +1,26 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_CLIF +#define EVOL_MAP_CLIF + +void eclif_quest_send_list(TBL_PC *sd); +void eclif_quest_add(TBL_PC *sd, struct quest *qd); +void eclif_charnameack(int *fdPtr, struct block_list *bl); +void eclif_getareachar_unit_post(TBL_PC* sd, struct block_list *bl); +void eclif_sendlook(struct block_list *bl, int *id, int *type, + int *val, int *val2, enum send_target *target); +bool eclif_send(const void* buf, int *len, struct block_list* bl, enum send_target *type); +void eclif_set_unit_idle(struct block_list* bl, TBL_PC *tsd, + enum send_target *target); +int eclif_send_actual(int *fd, void *buf, int *len); + +void eclif_authok_post(TBL_PC *sd); +void eclif_changemap_post(TBL_PC *sd, short *m, int *x, int *y); +void eclif_set_unit_idle_post(struct block_list* bl, TBL_PC *tsd, + enum send_target *target); +void eclif_set_unit_walking(struct block_list* bl, TBL_PC *tsd, + struct unit_data* ud, enum send_target *target); +void eclif_move(struct unit_data *ud); + +#endif // EVOL_MAP_CLIF -- cgit v1.2.3-60-g2f50