diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-09 22:05:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-09 22:05:22 +0300 |
commit | c95ac0d7e312aade368f7213eafa6476ef2cd3fe (patch) | |
tree | 6391aad9062c784f989d126938a4d9710865e3a4 /src/emap/parse.h | |
parent | b5c56b1147e6ec93d948c9e5eedcd5d68618b308 (diff) | |
download | evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.gz evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.bz2 evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.tar.xz evol-hercules-c95ac0d7e312aade368f7213eafa6476ef2cd3fe.zip |
Add support for different use actions for items.s20170810
Diffstat (limited to 'src/emap/parse.h')
-rw-r--r-- | src/emap/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/parse.h b/src/emap/parse.h index ca67838..1a1d49c 100644 --- a/src/emap/parse.h +++ b/src/emap/parse.h @@ -16,5 +16,6 @@ void map_parse_pet_dir(int fd); void map_parse_homun_say(int fd); void map_parse_homun_emote(int fd); void map_parse_homun_dir(int fd); +void map_clif_parse_useitem2(int fd); #endif // EVOL_MAP_PARSE |