summaryrefslogtreecommitdiff
path: root/src/char/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/char/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/char/char.h')
-rw-r--r--src/char/char.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/char/char.h b/src/char/char.h
deleted file mode 100644
index b013f44..0000000
--- a/src/char/char.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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