summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-22 16:42:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-22 16:42:52 +0300
commitf97c4884316bfe3c5f59c1271dfbf0e19ca716bc (patch)
tree9ed4aa53f11d8b2c44950d6af4038dd9be5b6f3a /src/map/parse.h
parent9ecd36f5dd308aac9bfd673474774bd3a727df53 (diff)
downloadevol-hercules-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.gz
evol-hercules-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.bz2
evol-hercules-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.tar.xz
evol-hercules-f97c4884316bfe3c5f59c1271dfbf0e19ca716bc.zip
Allow change pet direction by packet from client.
Diffstat (limited to 'src/map/parse.h')
-rw-r--r--src/map/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
index 3ad9f6c..8db1fca 100644
--- a/src/map/parse.h
+++ b/src/map/parse.h
@@ -12,5 +12,6 @@ void map_parse_pet_emote(int fd);
void map_parse_set_status(int fd);
void map_parse_get_online_list(int fd);
void map_parse_pet_move(int fd);
+void map_parse_pet_dir(int fd);
#endif // EVOL_MAP_PARSE