diff options
Diffstat (limited to 'src/gui/stats.h')
-rw-r--r-- | src/gui/stats.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h index edd94a73..82bff443 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -28,6 +28,11 @@ #include <string> #include <sstream> +/** + * Window showing player stats. + * + * \ingroup Interface + */ class StatsWindow : public Window, public gcn::ActionListener { public: /** |