diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-27 18:27:56 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-27 18:27:56 +0000 |
commit | b4c187739022b9c2cec149c00f6291bde982b567 (patch) | |
tree | 655121a52a3534da1c0d4ab8153d3964fa39b71b /src/gui/status.h | |
parent | ef571e7244d94237e59fc95317343da95efea6ce (diff) | |
download | mana-client-b4c187739022b9c2cec149c00f6291bde982b567.tar.gz mana-client-b4c187739022b9c2cec149c00f6291bde982b567.tar.bz2 mana-client-b4c187739022b9c2cec149c00f6291bde982b567.tar.xz mana-client-b4c187739022b9c2cec149c00f6291bde982b567.zip |
Update stats and status window contents at a single location.
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; |