]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/common/subdir.mk
added spells
[l2e.git] / Release / src / common / subdir.mk
index 6ee13bc351170841ea0446fdc324e4694bbbf442..4ee363ad4a2c039e6370764dd4757edbe92db7d7 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