X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fmap%2Fsubdir.mk;h=b90f2b1f7e1bf0b53f03d76eaff0991dd0a4c5ce;hb=dc7b19b8d0be4aff410f9c4514c742fe28b25ff4;hp=5f0138cd2f28b4866353113a406086b5b4a76966;hpb=e9bdecf5f58fb9e5b2c067c20d0ce70f54f9ecb7;p=l2e.git diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk index 5f0138c..b90f2b1 100644 --- a/Debug/src/map/subdir.mk +++ b/Debug/src/map/subdir.mk @@ -6,16 +6,19 @@ CPP_SRCS += \ ../src/map/Area.cpp \ ../src/map/Map.cpp \ +../src/map/MapState.cpp \ ../src/map/Tile.cpp OBJS += \ ./src/map/Area.o \ ./src/map/Map.o \ +./src/map/MapState.o \ ./src/map/Tile.o CPP_DEPS += \ ./src/map/Area.d \ ./src/map/Map.d \ +./src/map/MapState.d \ ./src/map/Tile.d