]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/common/subdir.mk
added spells
[l2e.git] / Debug / src / common / subdir.mk
index a4e6c46a7066f1a1f29f66ab55a82a5b679c7d82..dbcaf4941fb12e24ee822e7ce16f05d5f63e96ca 100644 (file)
@@ -5,15 +5,18 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/common/Inventory.cpp \
-../src/common/Item.cpp 
+../src/common/Item.cpp \
+../src/common/Spell.cpp 
 
 OBJS += \
 ./src/common/Inventory.o \
-./src/common/Item.o 
+./src/common/Item.o \
+./src/common/Spell.o 
 
 CPP_DEPS += \
 ./src/common/Inventory.d \
-./src/common/Item.d 
+./src/common/Item.d \
+./src/common/Spell.d 
 
 
 # Each subdirectory must supply rules for building sources it contributes