summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-22 11:09:18 -0400
committermekolat <mekolat@users.noreply.github.com>2015-06-19 23:08:38 -0400
commit8cf94d0d5bf546255926b4a563a974a9079f15e2 (patch)
treeb536327c6f57c603619a05fe9b3d27b367776491 /src/map/clif.hpp
parentf008d4510f391aa802c31bc06b7cac2628a8b3fb (diff)
downloadtmwa-8cf94d0d5bf546255926b4a563a974a9079f15e2.tar.gz
tmwa-8cf94d0d5bf546255926b4a563a974a9079f15e2.tar.bz2
tmwa-8cf94d0d5bf546255926b4a563a974a9079f15e2.tar.xz
tmwa-8cf94d0d5bf546255926b4a563a974a9079f15e2.zip
implement change music packet
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index ccfab08..8332fb9 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -105,6 +105,7 @@ void clif_sitnpc_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, D
void clif_setnpcdirection(dumb_ptr<npc_data> nd, DIR direction);
void clif_setnpcdirection_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, DIR direction);
void clif_npc_send_title(Session *s, BlockId npcid, XString msg);
+void clif_change_music(dumb_ptr<map_session_data> sd, XString music);
// trade
void clif_traderequest(dumb_ptr<map_session_data> sd, CharName name);