summaryrefslogtreecommitdiff
path: root/src/net/eathena/updateprotocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-22 20:41:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-22 20:57:06 +0300
commitd27c8b53bcd8c7e8e0aa74656e32aeb688629b4b (patch)
tree97437c91403731ced2c099c6906c00716f8a3a1d /src/net/eathena/updateprotocol.h
parent0533718792de26406c56257e4aea7f28d898a132 (diff)
downloadManaVerse-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.gz
ManaVerse-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.bz2
ManaVerse-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.xz
ManaVerse-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.zip
add way for reload packets db. For now it useless.
Diffstat (limited to 'src/net/eathena/updateprotocol.h')
-rw-r--r--src/net/eathena/updateprotocol.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/net/eathena/updateprotocol.h b/src/net/eathena/updateprotocol.h
new file mode 100644
index 000000000..e2d4e585f
--- /dev/null
+++ b/src/net/eathena/updateprotocol.h
@@ -0,0 +1,29 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2015 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_UPDATEPROTOCOL_H
+#define NET_EATHENA_UPDATEPROTOCOL_H
+
+namespace EAthena
+{
+ void updateProtocol();
+} // namespace Eathena
+
+#endif // NET_EATHENA_UPDATEPROTOCOL_H