summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-25 13:41:58 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-25 13:41:58 +0000
commitf15ab412ee4c82036070b48ed5ad3ae18e4dfa75 (patch)
tree0c175eb34926a08fb11ed02ba3afe6378d31b49b /src/map/clif.h
parentb2cdf64e3c1c2b4bff6972d39cb1f2c5afb84b2d (diff)
downloadhercules-f15ab412ee4c82036070b48ed5ad3ae18e4dfa75.tar.gz
hercules-f15ab412ee4c82036070b48ed5ad3ae18e4dfa75.tar.bz2
hercules-f15ab412ee4c82036070b48ed5ad3ae18e4dfa75.tar.xz
hercules-f15ab412ee4c82036070b48ed5ad3ae18e4dfa75.zip
Implemented Progress Bar.(topic:207933)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14024 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index bde6e2e83..30491ec4c 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -482,4 +482,7 @@ void clif_readbook(int fd, int book_id, int page);
// Show Picker
void clif_party_show_picker(struct map_session_data * sd, struct item * item_data);
+// Progress Bar [Inkfish]
+void clif_progressbar(struct map_session_data * sd, unsigned long color, unsigned int second);
+
#endif /* _CLIF_H_ */