From 9bf3338f82bfbd425debb2855d015c7bd0e33989 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sun, 17 Jul 2005 21:10:44 +0000 Subject: Added Item and Equipment class and made the appropriate places make use of them. Plus some cleanups. --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6851a7e7..e5cd02f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + bin_PROGRAMS = tmw tmw_SOURCES = graphic/spriteset.cpp \ graphic/spriteset.h \ @@ -132,12 +134,16 @@ tmw_SOURCES = graphic/spriteset.cpp \ configuration.h \ engine.cpp \ engine.h \ + equipment.cpp \ + equipment.h \ floor_item.cpp \ floor_item.h \ game.cpp \ game.h \ graphics.cpp \ graphics.h \ + item.cpp \ + item.h \ log.cpp \ log.h \ main.cpp \ -- cgit v1.2.3-70-g09d2