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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3a98f468..4d4f514f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,7 @@ tmw_SOURCES = sound/sound.cpp \ gui/char_select.cpp \ gui/chat.cpp \ gui/checkbox.cpp \ + gui/radiobutton.cpp \ gui/gui.cpp \ gui/inventory.cpp \ gui/login.cpp \ |