]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/graphics/subdir.mk
added camera class
[l2e.git] / Release / src / graphics / subdir.mk
index 9e05a70ba1fc3e589b80d3d086a5fd2a62614247..ed834d987c9abe69be39cd275414a9b2f77b6e68 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 \