diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
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_ */ |