]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/common/subdir.mk
added Inventory class
[l2e.git] / Release / src / common / subdir.mk
index f4da71e698278d03e2ca52edf419830cd1e5ae9f..6ee13bc351170841ea0446fdc324e4694bbbf442 100644 (file)
@@ -4,12 +4,15 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
+../src/common/Inventory.cpp \
 ../src/common/Item.cpp 
 
 OBJS += \
+./src/common/Inventory.o \
 ./src/common/Item.o 
 
 CPP_DEPS += \
+./src/common/Inventory.d \
 ./src/common/Item.d