summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-10-17 23:11:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-10-22 01:42:43 +0300
commitbf5b2da6f9a395e280c5806456cfe3f7ccf3aaa6 (patch)
tree12d88f7ca0cf846b2e1cec987b3e3117b442a057 /src/map/clif.h
parent152e4ee83f5637a25c1e7adb13d34cd10a4686d4 (diff)
downloadhercules-bf5b2da6f9a395e280c5806456cfe3f7ccf3aaa6.tar.gz
hercules-bf5b2da6f9a395e280c5806456cfe3f7ccf3aaa6.tar.bz2
hercules-bf5b2da6f9a395e280c5806456cfe3f7ccf3aaa6.tar.xz
hercules-bf5b2da6f9a395e280c5806456cfe3f7ccf3aaa6.zip
Add packet ZC_ITEM_PREVIEW.
It allow show item preview in already opened preview window.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 13c34c77d..b76c5ed70 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1554,6 +1554,7 @@ struct clif_interface {
void (*pMemorialDungeonCommand) (int fd, struct map_session_data *sd);
void (*camera_showWindow) (struct map_session_data *sd);
void (*camera_change) (struct map_session_data *sd, float range, float rotation, float latitude, enum send_target target);
+ void (*item_preview) (struct map_session_data *sd, int n);
};
#ifdef HERCULES_CORE