X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fmap%2Fsubdir.mk;h=25e2b8204b6418477966718a02c3b31291b47e7f;hb=657eed00ae73b8d06470cec0d955aeada537a90d;hp=384a8761e071d2a79b550c73c9e3d6c2f929ced8;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/Release/src/map/subdir.mk b/Release/src/map/subdir.mk index 384a876..25e2b82 100644 --- a/Release/src/map/subdir.mk +++ b/Release/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