]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/sdl/subdir.mk
added attack type selection menu in battle state
[l2e.git] / Debug / src / sdl / subdir.mk
index 67239ce416f3d4e95ddbe9a23942753bc2ddd406..b800be3840a024a5b6c15b7bf66d89f0e3e3dd97 100644 (file)
@@ -4,14 +4,17 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
+../src/sdl/InitImage.cpp \
 ../src/sdl/InitSDL.cpp \
 ../src/sdl/InitScreen.cpp 
 
 OBJS += \
+./src/sdl/InitImage.o \
 ./src/sdl/InitSDL.o \
 ./src/sdl/InitScreen.o 
 
 CPP_DEPS += \
+./src/sdl/InitImage.d \
 ./src/sdl/InitSDL.d \
 ./src/sdl/InitScreen.d