summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-15 11:12:56 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-15 11:12:56 -0400
commitd3c96421dd371db34119de1437fe7f25a05dc4bc (patch)
treeb54e989cae9eaee8f3e7695300bd7e75d90b0d6b /src/map/clif.hpp
parentd5e9d1ecbee0f7540acbe4343bd68e6482e8394a (diff)
downloadtmwa-d3c96421dd371db34119de1437fe7f25a05dc4bc.tar.gz
tmwa-d3c96421dd371db34119de1437fe7f25a05dc4bc.tar.bz2
tmwa-d3c96421dd371db34119de1437fe7f25a05dc4bc.tar.xz
tmwa-d3c96421dd371db34119de1437fe7f25a05dc4bc.zip
implement SMSG_PLAYER_CLIENT_COMMAND
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 c339cfd..4783290 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -106,6 +106,7 @@ 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_server_message(dumb_ptr<map_session_data>, uint8_t, XString msg);
+void clif_remote_command(dumb_ptr<map_session_data>, XString);
void clif_change_music(dumb_ptr<map_session_data> sd, XString music);
void clif_npc_action(dumb_ptr<map_session_data>, BlockId, short, int, short, short);
void clif_send_mask(dumb_ptr<map_session_data>, int);