]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/graphics/subdir.mk
added camera class
[l2e.git] / Debug / src / graphics / subdir.mk
index c755a65ad3f45555602c49fe91c1b97171d85316..1f5268e567c9c2ca42d7873c1b16e7a31eb436db 100644 (file)
@@ -5,6 +5,7 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/graphics/Animation.cpp \
+../src/graphics/Camera.cpp \
 ../src/graphics/ComplexAnimation.cpp \
 ../src/graphics/Font.cpp \
 ../src/graphics/Frame.cpp \
@@ -15,6 +16,7 @@ CPP_SRCS += \
 
 OBJS += \
 ./src/graphics/Animation.o \
+./src/graphics/Camera.o \
 ./src/graphics/ComplexAnimation.o \
 ./src/graphics/Font.o \
 ./src/graphics/Frame.o \
@@ -25,6 +27,7 @@ OBJS += \
 
 CPP_DEPS += \
 ./src/graphics/Animation.d \
+./src/graphics/Camera.d \
 ./src/graphics/ComplexAnimation.d \
 ./src/graphics/Font.d \
 ./src/graphics/Frame.d \