summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 00:02:55 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 00:02:55 +0000
commitb5b1166553d4c4ad185e93edd0fcedd3bd962b46 (patch)
treed4d2ee7c5e5e7af94a5d748be559b65997327ea0 /src/map/clif.h
parentdb9a386246f67f25a4374e7a7b8bdccb1174d0d3 (diff)
downloadhercules-b5b1166553d4c4ad185e93edd0fcedd3bd962b46.tar.gz
hercules-b5b1166553d4c4ad185e93edd0fcedd3bd962b46.tar.bz2
hercules-b5b1166553d4c4ad185e93edd0fcedd3bd962b46.tar.xz
hercules-b5b1166553d4c4ad185e93edd0fcedd3bd962b46.zip
* Added packet 0x1b1 (ZC_SHOWDIGIT).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14539 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index f07a75898..a35d22bd6 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -571,4 +571,6 @@ void clif_PartyBookingUpdateNotify(struct map_session_data* sd, struct party_boo
void clif_PartyBookingDeleteNotify(struct map_session_data* sd, int index);
void clif_PartyBookingInsertNotify(struct map_session_data* sd, struct party_booking_ad_info* pb_ad);
+void clif_showdigit(struct map_session_data* sd, unsigned char type, int value);
+
#endif /* _CLIF_H_ */