X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgraphics%2Fsubdir.mk;h=23f43a82fecf4bc4a8e1a778685e2f12532953a6;hb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;hp=1f5268e567c9c2ca42d7873c1b16e7a31eb436db;hpb=e9bdecf5f58fb9e5b2c067c20d0ce70f54f9ecb7;p=l2e.git diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index 1f5268e..23f43a8 100644 --- a/Debug/src/graphics/subdir.mk +++ b/Debug/src/graphics/subdir.mk @@ -6,6 +6,7 @@ CPP_SRCS += \ ../src/graphics/Animation.cpp \ ../src/graphics/Camera.cpp \ +../src/graphics/ColorFade.cpp \ ../src/graphics/ComplexAnimation.cpp \ ../src/graphics/Font.cpp \ ../src/graphics/Frame.cpp \ @@ -17,6 +18,7 @@ CPP_SRCS += \ OBJS += \ ./src/graphics/Animation.o \ ./src/graphics/Camera.o \ +./src/graphics/ColorFade.o \ ./src/graphics/ComplexAnimation.o \ ./src/graphics/Font.o \ ./src/graphics/Frame.o \ @@ -28,6 +30,7 @@ OBJS += \ CPP_DEPS += \ ./src/graphics/Animation.d \ ./src/graphics/Camera.d \ +./src/graphics/ColorFade.d \ ./src/graphics/ComplexAnimation.d \ ./src/graphics/Font.d \ ./src/graphics/Frame.d \