summaryrefslogtreecommitdiff
path: root/src/net/eathena/attendancerecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-17 23:45:47 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-17 23:45:47 +0300
commite7f9514cab45863edf6a613ef8563bb15ff66e96 (patch)
tree24b5fd3ab69fffdea933122b0e2aec076d3d22b4 /src/net/eathena/attendancerecv.h
parent0f253bcecd8216ab990d79b2b0db18e527ab563f (diff)
downloadplus-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.gz
plus-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.bz2
plus-e7f9514cab45863edf6a613ef8563bb15ff66e96.tar.xz
plus-e7f9514cab45863edf6a613ef8563bb15ff66e96.zip
Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419
Diffstat (limited to 'src/net/eathena/attendancerecv.h')
-rw-r--r--src/net/eathena/attendancerecv.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/net/eathena/attendancerecv.h b/src/net/eathena/attendancerecv.h
new file mode 100644
index 000000000..5c01bcd5a
--- /dev/null
+++ b/src/net/eathena/attendancerecv.h
@@ -0,0 +1,37 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2011-2018 The ManaPlus Developers
+ *
+ * This file is part of The ManaPlus Client.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef NET_EATHENA_ATTENDANCERECV_H
+#define NET_EATHENA_ATTENDANCERECV_H
+
+namespace Net
+{
+ class MessageIn;
+} // namespace Net
+
+namespace EAthena
+{
+ namespace AttendanceRecv
+ {
+ void processOpenWindow(Net::MessageIn &msg);
+ } // namespace AttendanceRecv
+} // namespace EAthena
+
+#endif // NET_EATHENA_ATTENDANCERECV_H