summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-10-22 02:12:44 +0200
committerGitHub <noreply@github.com>2018-10-22 02:12:44 +0200
commit93b631f91de8d579b06d9cba6e3c67f7178cd86d (patch)
tree39d5730c970f64368898642e335e17492d31dc09 /src/map/clif.h
parentfb5ed0bce2316853c903c4269aad1224cba6a623 (diff)
parentcf24c2af665191a9ae397ddf58badb1638a8a5bd (diff)
downloadhercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.gz
hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.bz2
hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.xz
hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.zip
Merge pull request #2278 from 4144/updatepackets
Update packet up to 2018-10-17
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