From 290aab364a310b18bb02567f6e4e424d94148bf9 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Mon, 18 Jul 2005 00:27:11 +0000 Subject: Created Inventory class. (Really) Small code simplifications and cleanups. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3-60-g2f50