From aefbc69aac9f7c793725153eefce2631555bfd1f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 8 Apr 2009 00:44:12 +0200 Subject: Associated setup tab name with the tab itself Keeps things together in the right place and allowed writing a bit more generic code in the Setup class. --- src/gui/setup.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/gui/setup.h') diff --git a/src/gui/setup.h b/src/gui/setup.h index 0c97370f..630d5eaa 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -33,21 +33,22 @@ class SetupTab; /** - * The setup dialog. + * The setup dialog. Displays several tabs for configuring different aspects + * of the game. + * + * @see Setup_Audio + * @see Setup_Colors + * @see Setup_Joystick + * @see Setup_Keyboard + * @see Setup_Players + * @see Setup_Video * * \ingroup GUI */ class Setup : public Window, public gcn::ActionListener { public: - /** - * Constructor. - */ Setup(); - - /** - * Destructor. - */ ~Setup(); /** -- cgit v1.2.3-70-g09d2