summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-23 10:17:10 -0400
committermekolat <mekolat@users.noreply.github.com>2015-06-20 06:49:37 -0400
commitef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c (patch)
tree2deb6c5804f9dae3157848f775e9a2ed233d3db0 /src/map/clif.hpp
parentdb20d783fe41bb9b44b92461f9843a31146a5ce7 (diff)
downloadtmwa-ef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c.tar.gz
tmwa-ef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c.tar.bz2
tmwa-ef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c.tar.xz
tmwa-ef9eb6bde90ec1d9d175b6481935cb3bd67d6c6c.zip
add clif_message_towards
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 99d4a2c..cd499de 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -179,6 +179,7 @@ void clif_resurrection(dumb_ptr<block_list> bl, int type);
int clif_specialeffect(dumb_ptr<block_list> bl, int type, int flag); // special effects [Valaris]
void clif_message(dumb_ptr<block_list> bl, XString msg); // messages (from mobs/npcs) [Valaris]
+void clif_message_towards(dumb_ptr<map_session_data> sd, dumb_ptr<block_list> bl, XString msg);
int clif_GM_kick(dumb_ptr<map_session_data> sd, dumb_ptr<map_session_data> tsd,
int type);