From a7775fb30fa61fdf501efa24d3af59a3f60f2029 Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Sat, 18 Jun 2005 14:52:40 +0000 Subject: Added simple layout/container widgets (VBox and HBox). --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3-60-g2f50