From d0e1dbef4fdad5dd61f2e513c5802e384c5ba642 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 17 Dec 2004 13:45:49 +0000 Subject: Added window class based on Guichan by none other than nym! --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ad6b2242..14744376 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,9 @@ bin_PROGRAMS = tmw tmw_SOURCES = sound/sound.cpp \ graphic/2xsai.cpp \ graphic/graphic.cpp \ + gui/button.cpp \ gui/chat.cpp \ + gui/checkbox.cpp \ gui/skill.cpp \ gui/shop.cpp \ gui/stats.cpp \ @@ -10,11 +12,10 @@ tmw_SOURCES = sound/sound.cpp \ gui/setup.cpp \ gui/gui.cpp \ gui/login.cpp \ - gui/button.cpp \ - gui/checkbox.cpp \ gui/char_server.cpp \ gui/char_select.cpp \ gui/inventory.cpp \ + gui/window.cpp \ net/network.cpp \ net/protocol.cpp \ being.cpp \ -- cgit v1.2.3-70-g09d2