From dd2162af7727c0f30d77cc7ae33ccbb346611b20 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Nov 2013 21:01:05 +0000 Subject: Code cleanups, removed unnecessary functions, added star coronas to the map. --- src/client/reputationwindow.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/client/reputationwindow.h') diff --git a/src/client/reputationwindow.h b/src/client/reputationwindow.h index b13d440..ca0c56b 100644 --- a/src/client/reputationwindow.h +++ b/src/client/reputationwindow.h @@ -18,12 +18,19 @@ namespace client { /** - * @brief an inventory window widget + * @brief a player reputation window */ class ReputationWindow : public ui::Window { public: + /** + * @brief constructor + * */ ReputationWindow(ui::Widget *parent = 0); + + /** + * @brief destructor + * */ ~ReputationWindow(); /** @@ -49,6 +56,9 @@ protected: virtual bool on_keypress(const int key, const unsigned int modifier); private: + /** + * @brief refresh window content + * */ void refresh(); void set_info(const core::Info *info = 0); -- cgit v1.2.3