diff options
author | Aaron Marks <nymacro@gmail.com> | 2005-06-18 14:52:40 +0000 |
---|---|---|
committer | Aaron Marks <nymacro@gmail.com> | 2005-06-18 14:52:40 +0000 |
commit | a7775fb30fa61fdf501efa24d3af59a3f60f2029 (patch) | |
tree | 0881ba2728a2e828218b6f1eae8a520087a10b76 /src/Makefile.am | |
parent | 6040daae3201e4a4cc55c2754c73225752fd4c5f (diff) | |
download | mana-client-a7775fb30fa61fdf501efa24d3af59a3f60f2029.tar.gz mana-client-a7775fb30fa61fdf501efa24d3af59a3f60f2029.tar.bz2 mana-client-a7775fb30fa61fdf501efa24d3af59a3f60f2029.tar.xz mana-client-a7775fb30fa61fdf501efa24d3af59a3f60f2029.zip |
Added simple layout/container widgets (VBox and HBox).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c79db79..b5292dd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,6 +93,12 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/windowcontainer.h \ gui/inttextbox.h \ gui/inttextbox.cpp \ + gui/box.h \ + gui/box.cpp \ + gui/vbox.h \ + gui/vbox.cpp \ + gui/hbox.h \ + gui/hbox.cpp \ net/network.cpp \ net/network.h \ net/protocol.cpp \ |