]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/map/subdir.mk
added Entity class
[l2e.git] / Debug / src / map / subdir.mk
index b90f2b1f7e1bf0b53f03d76eaff0991dd0a4c5ce..fa9307839b8adf843643082a669835e4fcbe54ab 100644 (file)
@@ -5,18 +5,21 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/map/Area.cpp \
+../src/map/Entity.cpp \
 ../src/map/Map.cpp \
 ../src/map/MapState.cpp \
 ../src/map/Tile.cpp 
 
 OBJS += \
 ./src/map/Area.o \
+./src/map/Entity.o \
 ./src/map/Map.o \
 ./src/map/MapState.o \
 ./src/map/Tile.o 
 
 CPP_DEPS += \
 ./src/map/Area.d \
+./src/map/Entity.d \
 ./src/map/Map.d \
 ./src/map/MapState.d \
 ./src/map/Tile.d