summaryrefslogtreecommitdiff
path: root/src/echar/char.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-04 22:37:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-04 22:37:51 +0300
commit58b8c8d8cb9f78537495f908887fea9d0a451637 (patch)
tree74438cc91f5c5a6a7a953c98aa52106eb88b250f /src/echar/char.h
parent857c86d93ebd68e5edbbe14ce26a16a967622822 (diff)
downloadevol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.gz
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.bz2
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.xz
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.zip
Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with hercules.
Diffstat (limited to 'src/echar/char.h')
-rw-r--r--src/echar/char.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/echar/char.h b/src/echar/char.h
new file mode 100644
index 0000000..b013f44
--- /dev/null
+++ b/src/echar/char.h
@@ -0,0 +1,19 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_CHAR_CHAR
+#define EVOL_CHAR_CHAR
+
+void echar_parse_char_login_map_server(int *fd);
+
+void echar_parse_char_create_new_char(int *fdPtr, struct char_session_data* sd);
+
+void echar_creation_failed(int *fdPtr, int *result);
+
+void echar_parse_char_ping(int *fdPtr);
+
+void echar_parse_change_paassword(int fd);
+
+void echar_parse_login_password_change_ack(int charFd);
+
+#endif // EVOL_CHAR_CHAR