diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-05 20:43:41 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-05 20:43:41 +0000 |
commit | c545fc021ccdaa6a253eafd649b5aebdef677047 (patch) | |
tree | 5fc4eee703aaac9decb183adec130c3cd278ce47 /src/Makefile.am | |
parent | 1b637982b44635d6326dc8fd3b62d0d0aa731320 (diff) | |
download | mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.gz mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.bz2 mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.xz mana-c545fc021ccdaa6a253eafd649b5aebdef677047.zip |
Now you can decide how many items to drop
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9fc479d9..7b59d450 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,8 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/inventory.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ + gui/item_amount.cpp \ + gui/item_amount.h \ gui/listbox.cpp \ gui/listbox.h \ gui/login.cpp \ |