summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-22 13:09:14 -0400
committermekolat <mekolat@users.noreply.github.com>2015-06-20 06:52:33 -0400
commit08809eeb1db043ac72ca8a64f74e9f5ed6a54631 (patch)
treee428ef99dff34cfce275038af64eb367a489dbed /src/map/clif.hpp
parentef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c (diff)
downloadtmwa-08809eeb1db043ac72ca8a64f74e9f5ed6a54631.tar.gz
tmwa-08809eeb1db043ac72ca8a64f74e9f5ed6a54631.tar.bz2
tmwa-08809eeb1db043ac72ca8a64f74e9f5ed6a54631.tar.xz
tmwa-08809eeb1db043ac72ca8a64f74e9f5ed6a54631.zip
add map mask support
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 cd499de..28f58a9 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -107,6 +107,7 @@ void clif_setnpcdirection_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_da
void clif_npc_send_title(Session *s, BlockId npcid, XString msg);
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);
// trade
void clif_traderequest(dumb_ptr<map_session_data> sd, CharName name);