summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 038d9245..4f16ef23 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -55,6 +55,7 @@ class StatusWindow : public Window {
gcn::Label *expLabel, *jobExpLabel;
ProgressBar *healthBar, *manaBar;
ProgressBar *xpBar, *jobXpBar;
+ gcn::Button *statsButton, *skillsButton, *inventoryButton;
};
#endif