diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 8c8a40211..f136d4424 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -439,4 +439,8 @@ void clif_cashshop_show(struct map_session_data *sd, struct npc_data *nd); // ADOPTION void clif_Adopt_reply(struct map_session_data *sd, int type); +// MERCENARIES +void clif_mercenary_info(struct map_session_data *sd); +void clif_mercenary_skillblock(struct map_session_data *sd); + #endif /* _CLIF_H_ */ |