summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 19:00:24 +0530
committerHaru <haru@dotalux.com>2016-03-19 22:26:27 +0100
commitadd2ea4f7944ccabfcaa67be9d9ee5a57fbfb97e (patch)
tree66c86a6da45b54c9435d86a8eaa200b44dd38bab /src/map/clif.h
parentbba3416bb2ce9939fce0fbbce238b267462e99cf (diff)
downloadhercules-add2ea4f7944ccabfcaa67be9d9ee5a57fbfb97e.tar.gz
hercules-add2ea4f7944ccabfcaa67be9d9ee5a57fbfb97e.tar.bz2
hercules-add2ea4f7944ccabfcaa67be9d9ee5a57fbfb97e.tar.xz
hercules-add2ea4f7944ccabfcaa67be9d9ee5a57fbfb97e.zip
Implemented new function clif_get_bl_name
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index ac0191210..f930e4ca1 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1334,8 +1334,10 @@ struct clif_interface {
void (*dressroom_open) (struct map_session_data *sd, int view);
void (*pOneClick_ItemIdentify) (int fd,struct map_session_data *sd);
/* Cart Deco */
- void(*selectcart) (struct map_session_data *sd);
- void(*pSelectCart) (int fd, struct map_session_data *sd);
+ void (*selectcart) (struct map_session_data *sd);
+ void (*pSelectCart) (int fd, struct map_session_data *sd);
+
+ const char *(*get_bl_name) (const struct block_list *bl);
};
#ifdef HERCULES_CORE