X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fbattle%2Fsubdir.mk;h=6cc1a8f15db610e49a9e942448cc58291ad24ee3;hb=5ef75aee810e5a687fae24e3f95886241e36efda;hp=37e416128b77c03e6eb1e5d14ce49cc01ecd505e;hpb=ef384cccd0e23a5de0a82f35ef3367754a8c3719;p=l2e.git diff --git a/Debug/src/battle/subdir.mk b/Debug/src/battle/subdir.mk index 37e4161..6cc1a8f 100644 --- a/Debug/src/battle/subdir.mk +++ b/Debug/src/battle/subdir.mk @@ -4,12 +4,15 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/battle/BattleState.cpp \ ../src/battle/Monster.cpp OBJS += \ +./src/battle/BattleState.o \ ./src/battle/Monster.o CPP_DEPS += \ +./src/battle/BattleState.d \ ./src/battle/Monster.d