diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-14 13:13:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-14 13:13:06 +0300 |
commit | a64d627afaf3c2211de164cc25325323092db3cc (patch) | |
tree | 58f4e8d2206b825c42539307cded54b2f9ac6488 /src/map/parse.h | |
parent | fd3ff79b70accad28179fdc23049daec0bec9997 (diff) | |
download | plugin-a64d627afaf3c2211de164cc25325323092db3cc.tar.gz plugin-a64d627afaf3c2211de164cc25325323092db3cc.tar.bz2 plugin-a64d627afaf3c2211de164cc25325323092db3cc.tar.xz plugin-a64d627afaf3c2211de164cc25325323092db3cc.zip |
Add internal variable with client version.
New variable: ClientVersion
Diffstat (limited to 'src/map/parse.h')
-rw-r--r-- | src/map/parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h index a4413e4..ea45975 100644 --- a/src/map/parse.h +++ b/src/map/parse.h @@ -7,4 +7,7 @@ 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); + #endif // EVOL_MAP_PARSE |