]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/map/subdir.mk
added Entity class
[l2e.git] / Release / src / map / subdir.mk
index 7fa8f6a276b862199c39190894e0c6bbab773a1f..25e2b8204b6418477966718a02c3b31291b47e7f 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