diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2004-12-27 23:03:55 +0000 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2004-12-27 23:03:55 +0000 |
commit | 1c390bc80c21461b77d83c889af786123da9005d (patch) | |
tree | cc732b58d1b5bb49d33bade0a63299feb866aa93 /src/gui/setup.h | |
parent | 6b37586c309017c6ba0c3cd7b9c551cfd8de731a (diff) | |
download | mana-1c390bc80c21461b77d83c889af786123da9005d.tar.gz mana-1c390bc80c21461b77d83c889af786123da9005d.tar.bz2 mana-1c390bc80c21461b77d83c889af786123da9005d.tar.xz mana-1c390bc80c21461b77d83c889af786123da9005d.zip |
Added radiobutton class and aqua graphic for it.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index c32dcccd..55343229 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -28,6 +28,7 @@ #include "button.h" #include "checkbox.h" #include "scrollarea.h" +#include "radiobutton.h" #include "../graphic/graphic.h" #include <allegro.h> #ifdef WIN32 @@ -55,6 +56,7 @@ class Setup : public Window, public gcn::ActionListener { CheckBox *fsCheckBox; gcn::Label *soundLabel; CheckBox *soundCheckBox; + RadioButton *disabledRadio; ScrollArea *scrollArea; gcn::ListBox *modesList; Button *applyButton; |