summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-27 21:11:19 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-27 21:11:19 +0300
commitb87137d73e40be12dbca7ba5fc6c66f1bc8571de (patch)
treefbffc6e504f6ef3de423b1153be751d111691948 /src/map/clif.h
parent8befbfe358915a6ee19b9c4be64d3473c98a70f4 (diff)
downloadevol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.gz
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.bz2
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.xz
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.zip
Impliment invisible map flag.
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 190df21..3180919 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -9,5 +9,10 @@ void eclif_quest_add(struct map_session_data *sd, struct quest *qd);
void eclif_charnameack(int *fdPtr, struct block_list *bl);
void eclif_getareachar_unit_post(struct map_session_data* sd, struct block_list *bl);
void eclif_authok_post(struct map_session_data *sd);
+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, struct map_session_data *tsd,
+ enum send_target *target);
#endif // EVOL_MAP_CLIF