diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 859ac613b..47f87254f 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -66,6 +66,7 @@ class StatusWindow : public Window, public Mana::Listener static void updateMPBar(ProgressBar *bar, bool showMax = false); static void updateJobBar(ProgressBar *bar, bool percent = true); static void updateXPBar(ProgressBar *bar, bool percent = true); + static void updateWeightBar(ProgressBar *bar, bool percent = true); static void updateStatusBar(ProgressBar *bar, bool percent = true); static void updateProgressBar(ProgressBar *bar, int value, int max, bool percent); |