X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fmap%2Fsubdir.mk;h=fa9307839b8adf843643082a669835e4fcbe54ab;hb=c03b01f2a152927227a674d462794604aa08e5dd;hp=5f0138cd2f28b4866353113a406086b5b4a76966;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk index 5f0138c..fa93078 100644 --- a/Debug/src/map/subdir.mk +++ b/Debug/src/map/subdir.mk @@ -5,17 +5,23 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/map/Area.cpp \ +../src/map/Entity.cpp \ ../src/map/Map.cpp \ +../src/map/MapState.cpp \ ../src/map/Tile.cpp OBJS += \ ./src/map/Area.o \ +./src/map/Entity.o \ ./src/map/Map.o \ +./src/map/MapState.o \ ./src/map/Tile.o CPP_DEPS += \ ./src/map/Area.d \ +./src/map/Entity.d \ ./src/map/Map.d \ +./src/map/MapState.d \ ./src/map/Tile.d