summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 04:15:26 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-28 01:07:12 +0200
commitdfaaef415a0eb1e8490a60ad92e6389a16d4c4ea (patch)
treeee82a4d1dac1030cc6e09421d7292a10d04070ec /src/map/clif.h
parentbc4d22f7e0148f6b32eb420aa2bbee9b464b0381 (diff)
downloadhercules-dfaaef415a0eb1e8490a60ad92e6389a16d4c4ea.tar.gz
hercules-dfaaef415a0eb1e8490a60ad92e6389a16d4c4ea.tar.bz2
hercules-dfaaef415a0eb1e8490a60ad92e6389a16d4c4ea.tar.xz
hercules-dfaaef415a0eb1e8490a60ad92e6389a16d4c4ea.zip
Add clif_open_ui_send() function
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 7d159d851..ee76e62e8 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1658,6 +1658,7 @@ struct clif_interface {
bool (*attendance_timediff) (struct map_session_data *sd);
time_t (*attendance_getendtime) (void);
void (*pOpenUIRequest) (int fd, struct map_session_data *sd);
+ void (*open_ui_send) (struct map_session_data *sd, enum zc_ui_types ui_type);
void (*open_ui) (struct map_session_data *sd, enum cz_ui_types uiType);
void (*pAttendanceRewardRequest) (int fd, struct map_session_data *sd);
void (*ui_action) (struct map_session_data *sd, int32 UIType, int32 data);