]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/sdl/subdir.mk
added attack type selection menu in battle state
[l2e.git] / Release / src / sdl / subdir.mk
index ad789ab35c19ed5021d1c110cee01c80bc0e89e8..3bef090e820eab2623f2df5c3df37661e80760cc 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