summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
index 05b20f1..d66bca0 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -11,5 +11,6 @@ void send_changelook(int fd, int id, int type, int val);
void send_mapmask(int fd, int mask);
void send_mapmask_brodcast(const int map, const int mask);
void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target);
+void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_target target);
#endif // EVOL_MAP_PC