diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-04-04 22:35:58 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-04-04 22:35:58 +0000 |
commit | ca03f5a83dbd379d21c20ed4e69ec6836395b694 (patch) | |
tree | 93b49faa836f53c3b65e9e78b55b9d5d487f5a7e /src/Makefile.am | |
parent | acb216cbbd50f68710502068bec83e073128d6fc (diff) | |
download | mana-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.gz mana-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.bz2 mana-ca03f5a83dbd379d21c20ed4e69ec6836395b694.tar.xz mana-ca03f5a83dbd379d21c20ed4e69ec6836395b694.zip |
starting to do the trade window, i know it's not functionable and contains a lot of bugs but ill continue tomorrow.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1080accd..ef915046 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,9 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/textbox.h \ gui/textfield.cpp \ gui/textfield.h \ - gui/window.cpp \ + gui/trade.cpp \ + gui/trade.h \ + gui/window.cpp \ gui/window.h \ gui/windowcontainer.cpp \ gui/windowcontainer.h \ |