summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-07-18 00:27:11 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-07-18 00:27:11 +0000
commit290aab364a310b18bb02567f6e4e424d94148bf9 (patch)
tree13a860174c635db34e6087aa31c001386cbd6a7c /src/Makefile.am
parent19b58f22f7e77382183c70d2b6a1c79b5e1584e7 (diff)
downloadmana-client-290aab364a310b18bb02567f6e4e424d94148bf9.tar.gz
mana-client-290aab364a310b18bb02567f6e4e424d94148bf9.tar.bz2
mana-client-290aab364a310b18bb02567f6e4e424d94148bf9.tar.xz
mana-client-290aab364a310b18bb02567f6e4e424d94148bf9.zip
Created Inventory class. (Really) Small code simplifications and cleanups.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dd2711ca..1c98073c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,8 +33,8 @@ tmw_SOURCES = graphic/spriteset.cpp \
gui/gui.h \
gui/help.cpp \
gui/help.h \
- gui/inventory.cpp \
- gui/inventory.h \
+ gui/inventorywindow.cpp \
+ gui/inventorywindow.h \
gui/itemcontainer.cpp \
gui/itemcontainer.h \
gui/item_amount.cpp \
@@ -140,6 +140,8 @@ tmw_SOURCES = graphic/spriteset.cpp \
game.h \
graphics.cpp \
graphics.h \
+ inventory.cpp \
+ inventory.h \
item.cpp \
item.h \
log.cpp \