Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-09 13:31:30 +0000
committerStijn Buys <ingar@osirion.org>2013-11-09 13:31:30 +0000
commitd0b6e591fbaf3db5fc9898e75913e57a3c32169a (patch)
tree7be122da56f6aca03755ad9b6a272a9c4d2125ba /src/client/reputationwindow.h
parentbe06560334a8f9b5e290a5a5ef1dc4916c55b691 (diff)
Update player statistics while the reputation menu is open.
Diffstat (limited to 'src/client/reputationwindow.h')
-rw-r--r--src/client/reputationwindow.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/client/reputationwindow.h b/src/client/reputationwindow.h
index ca0c56b..b6c95c7 100644
--- a/src/client/reputationwindow.h
+++ b/src/client/reputationwindow.h
@@ -39,7 +39,12 @@ public:
* */
virtual void show();
-protected:
+protected:
+ /**
+ * @brief draw event handler
+ * */
+ virtual void draw();
+
/**
* @brief resize event handler
* */
@@ -73,6 +78,10 @@ private:
ui::Widget *reputationwindow_pane_right;
+ const core::Info *reputationwindow_info;
+
+ unsigned long reputationwindow_timestamp;
+
}; // class ReputationWindow
} // namespace client