summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
authorepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-29 18:43:58 +0000
committerepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-29 18:43:58 +0000
commitb558c22a6a21f943c3ee75243d84b00ecae6cbe7 (patch)
tree59bd6ff54f1efdce67a849698e8e504de23758d5 /src/map/intif.h
parentd5134f4a7a590e40a91610418c695c4ff7387bd0 (diff)
downloadhercules-b558c22a6a21f943c3ee75243d84b00ecae6cbe7.tar.gz
hercules-b558c22a6a21f943c3ee75243d84b00ecae6cbe7.tar.bz2
hercules-b558c22a6a21f943c3ee75243d84b00ecae6cbe7.tar.xz
hercules-b558c22a6a21f943c3ee75243d84b00ecae6cbe7.zip
- Merged main-chat message handling (as requested/enforced by trojal <3)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index c7dc25db4..847523593 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -18,6 +18,7 @@ int intif_parse(int fd);
int intif_broadcast(const char* mes, int len, int type);
int intif_broadcast2(const char* mes, int len, unsigned long fontColor, short fontType, short fontSize, short fontAlign, short fontY);
+int intif_main_message(struct map_session_data* sd, const char* message);
int intif_wis_message(struct map_session_data *sd,char *nick,char *mes,int mes_len);
int intif_wis_message_to_gm(char *Wisp_name, int permission, char *mes);