diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-05-26 23:37:18 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-06-30 00:33:47 +0100 |
commit | 8ea98a7ff92e0f34f323342b1d69da42d92f39ae (patch) | |
tree | 7fb2e6a0f641ecfdd062b66c19d57088a1b2dae1 /src/map/clif.h | |
parent | a2cfc93a840e51fb1cc1ab132273890c200a9cd3 (diff) | |
download | hercules-8ea98a7ff92e0f34f323342b1d69da42d92f39ae.tar.gz hercules-8ea98a7ff92e0f34f323342b1d69da42d92f39ae.tar.bz2 hercules-8ea98a7ff92e0f34f323342b1d69da42d92f39ae.tar.xz hercules-8ea98a7ff92e0f34f323342b1d69da42d92f39ae.zip |
split clif_disp_overhead into 2 functions and convert to struct format
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 63eaeff49..6c07998d5 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -940,6 +940,7 @@ struct clif_interface { void (*messagecolor_self) (int fd, uint32 color, const char *msg); void (*messagecolor) (struct block_list* bl, uint32 color, const char* msg); void (*disp_overhead) (struct block_list *bl, const char* mes); + void (*notify_playerchat) (struct block_list *bl, const char *mes); void (*msgtable) (struct map_session_data* sd, enum clif_messages msg_id); void (*msgtable_num) (struct map_session_data *sd, enum clif_messages msg_id, int value); void (*msgtable_skill) (struct map_session_data *sd, uint16 skill_id, enum clif_messages msg_id); |