summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-04-08 07:43:05 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-04-08 08:08:46 +0200
commite5d0f388bd40dbadebe1d18a4a6c2805648baa13 (patch)
treeaeeda119ea010573653f60a9aa7efd53b5d526ea /src/map/pc.h
parentd3d1927e5ff037195dce99accd511127a6d4d52b (diff)
downloadhercules-e5d0f388bd40dbadebe1d18a4a6c2805648baa13.tar.gz
hercules-e5d0f388bd40dbadebe1d18a4a6c2805648baa13.tar.bz2
hercules-e5d0f388bd40dbadebe1d18a4a6c2805648baa13.tar.xz
hercules-e5d0f388bd40dbadebe1d18a4a6c2805648baa13.zip
Add pc_hide() function
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 2699b7882..b895c75db 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1044,6 +1044,7 @@ END_ZEROED_BLOCK; /* End */
int (*itemheal) (struct map_session_data *sd,int itemid, int hp,int sp);
int (*percentheal) (struct map_session_data *sd,int hp,int sp);
int (*jobchange) (struct map_session_data *sd, int class, int upper);
+ void (*hide) (struct map_session_data *sd, bool show_msg);
int (*setoption) (struct map_session_data *sd,int type);
int (*setcart) (struct map_session_data* sd, int type);
void (*setfalcon) (struct map_session_data *sd, bool flag);