diff options
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 17 |
1 files changed, 9 insertions, 8 deletions
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(); /** |