diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-20 00:16:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-20 00:16:20 +0300 |
commit | c90ec19afcfc826a077ed300fc2a9f8347d9b1e6 (patch) | |
tree | 3fa00022e89b3d92a64da4afa94e7bb503f7dcd5 /src/map/parse.h | |
parent | e38b7606911d4763bd24dfa627f9ec6a7c1971d0 (diff) | |
download | plugin-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.gz plugin-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.bz2 plugin-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.tar.xz plugin-c90ec19afcfc826a077ed300fc2a9f8347d9b1e6.zip |
add packet to get state from client.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r-- | src/map/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h index eaa3e37..75a0392 100644 --- a/src/map/parse.h +++ b/src/map/parse.h @@ -9,5 +9,6 @@ void map_parse_join_channel(int fd); void map_parse_part_channel(int fd); void map_parse_pet_say(int fd); void map_parse_pet_emote(int fd); +void map_parse_set_status(int fd); #endif // EVOL_MAP_PARSE |