diff options
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index 7ef57ed9..45ccb75d 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -56,11 +56,16 @@ class StatusWindow : public Window, public gcn::ActionListener { void action(const std::string& eventId); /** + * Draw this window + */ + void draw(gcn::Graphics *graphics); + + private: + /** * Updates this dialog with values from PLAYER_INFO *char_info */ void update(); - private: gcn::Label *hp, *sp; gcn::Label *hpValue, *spValue; gcn::Label *expLabel, *jobExpLabel; |