summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 20:18:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 20:18:44 +0300
commitabb284e237e02cd78a975a703e349b799f7f446d (patch)
tree8a09ed733adda1f77c26302fe207948875f28202 /src/net/tmwa/mail2handler.h
parent0389a3eda12eb7f9ca3dcb8ad6b6817c41532071 (diff)
downloadplus-abb284e237e02cd78a975a703e349b799f7f446d.tar.gz
plus-abb284e237e02cd78a975a703e349b799f7f446d.tar.bz2
plus-abb284e237e02cd78a975a703e349b799f7f446d.tar.xz
plus-abb284e237e02cd78a975a703e349b799f7f446d.zip
Add packet CMSG_MAIL2_READ_MAIL 0x09ea.
Diffstat (limited to 'src/net/tmwa/mail2handler.h')
-rw-r--r--src/net/tmwa/mail2handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h
index 37e220372..1509ba969 100644
--- a/src/net/tmwa/mail2handler.h
+++ b/src/net/tmwa/mail2handler.h
@@ -50,6 +50,9 @@ class Mail2Handler final : public Net::Mail2Handler
void nextPage(const int openType,
const int64_t mailId) const override final;
+
+ void readMail(const int openType,
+ const int64_t mailId) const override final;
};
} // namespace TmwAthena