]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/common/subdir.mk
added Inventory class
[l2e.git] / Debug / src / common / subdir.mk
index 44a8678c4c90f579630ce52b6744cc4a0f255a9e..a4e6c46a7066f1a1f29f66ab55a82a5b679c7d82 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