summaryrefslogtreecommitdiff
path: root/src/emap/send.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-26 10:39:17 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-26 10:39:17 -0300
commit7bd8183936b5f01ef789822d1f114e85ac391d47 (patch)
tree0fe4d1f6227a642416c0c46ab405147d2ca801d2 /src/emap/send.h
parent7fc3f47e2660ae5b88a4dcdc1c1ca2e6f41ecd9e (diff)
downloadevol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.gz
evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.bz2
evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.tar.xz
evol-hercules-7bd8183936b5f01ef789822d1f114e85ac391d47.zip
changeplayermusic() script function
required for clientdata!174 Tested in Moubootaur Legends
Diffstat (limited to 'src/emap/send.h')
-rw-r--r--src/emap/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/send.h b/src/emap/send.h
index b89f1fc..880cdb7 100644
--- a/src/emap/send.h
+++ b/src/emap/send.h
@@ -22,6 +22,7 @@ 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, bool moving, struct block_list *tbl, enum send_target target);
+void send_changemusic(int fd, const char *music);
void send_changemusic_brodcast(const int map, const char *music);
void send_changenpc_title (struct map_session_data *sd, const int npcId, const char *name);
void send_join_ack(int fd, const char *const name, int flag);