diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:33:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:34:12 +0300 |
commit | 7013684efe7fe3dab29e1125197285a8cde8f978 (patch) | |
tree | 43f1965eca0361dcf0d748a91c96043636e772b6 /src/map/parse.h | |
parent | bb82b741257eb5d389f61fc4ab202b629a58b0d9 (diff) | |
download | plugin-7013684efe7fe3dab29e1125197285a8cde8f978.tar.gz plugin-7013684efe7fe3dab29e1125197285a8cde8f978.tar.bz2 plugin-7013684efe7fe3dab29e1125197285a8cde8f978.tar.xz plugin-7013684efe7fe3dab29e1125197285a8cde8f978.zip |
map: add join channel packets.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r-- | src/map/parse.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/parse.h b/src/map/parse.h index ea45975..8d28c6a 100644 --- a/src/map/parse.h +++ b/src/map/parse.h @@ -5,9 +5,6 @@ #define EVOL_MAP_PARSE void map_parse_version(int fd); -void sample_packet0f3(int fd); - -int epc_parse_setparam_pre(struct map_session_data *sd, int *type, int *val); -int epc_parse_readparam_pre(struct map_session_data* sd, int *type); +void map_parse_join_channel(int fd); #endif // EVOL_MAP_PARSE |