summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 17:08:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 17:08:09 +0300
commitf5e4b8888afa9b95469903148e4df1544b755bc8 (patch)
tree6ccb56595d92f5bdfa75a4d42a497cec4b59c61c /src/net/eathena/mailhandler.h
parentedd3c87f697c6c0c33a2291cf70016ec56c84f54 (diff)
downloadplus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.gz
plus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.bz2
plus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.xz
plus-f5e4b8888afa9b95469903148e4df1544b755bc8.zip
eathena: add partial support for packet SMSG_MAIL_NEW_MAIL 0x024a.
Diffstat (limited to 'src/net/eathena/mailhandler.h')
-rw-r--r--src/net/eathena/mailhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mailhandler.h b/src/net/eathena/mailhandler.h
index 079c7f590..fd7e9bf6e 100644
--- a/src/net/eathena/mailhandler.h
+++ b/src/net/eathena/mailhandler.h
@@ -66,6 +66,8 @@ class MailHandler final : public MessageHandler, public Net::MailHandler
static void processGetAttachment(Net::MessageIn &msg);
static void processSendMailAck(Net::MessageIn &msg);
+
+ static void processNewMail(Net::MessageIn &msg);
};
} // namespace EAthena