summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-25 04:05:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-25 04:05:15 +0300
commit2fe03b9dd2747c18afd89abd7440c7cb49b7efe5 (patch)
treee78c752b6d772b9b91e63d60d09bc9af70e025e8 /src/emap/pc.h
parent962383f1e1b62b667b982d0d923db1b6fdd5b833 (diff)
downloadevol-hercules-2fe03b9dd2747c18afd89abd7440c7cb49b7efe5.tar.gz
evol-hercules-2fe03b9dd2747c18afd89abd7440c7cb49b7efe5.tar.bz2
evol-hercules-2fe03b9dd2747c18afd89abd7440c7cb49b7efe5.tar.xz
evol-hercules-2fe03b9dd2747c18afd89abd7440c7cb49b7efe5.zip
Allow use colored messages in chat, even if # already used for gm commands.
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r--src/emap/pc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index 951c91e..058561f 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -74,4 +74,7 @@ bool epc_adoption_pre(struct map_session_data *p1_sd,
struct map_session_data *p2_sd,
struct map_session_data *b_sd);
+bool epc_process_chat_message_pre(struct map_session_data *sd,
+ const char *message);
+
#endif // EVOL_MAP_PC