X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fmap%2Fsubdir.mk;h=78e65f369afbf50073dc136e2c3a164751c4377f;hb=e02068d51f5e7f82d4d3195e9a9ce5c9d76f727d;hp=cf8c41a545ae9cd1434df592052ccdb6f901c330;hpb=11f21c99f562231785660da3afc4d0590ad83e90;p=l2e.git diff --git a/Release/src/map/subdir.mk b/Release/src/map/subdir.mk index cf8c41a..78e65f3 100644 --- a/Release/src/map/subdir.mk +++ b/Release/src/map/subdir.mk @@ -9,6 +9,7 @@ CPP_SRCS += \ ../src/map/Map.cpp \ ../src/map/MapState.cpp \ ../src/map/Tile.cpp \ +../src/map/TransitionState.cpp \ ../src/map/Trigger.cpp OBJS += \ @@ -17,6 +18,7 @@ OBJS += \ ./src/map/Map.o \ ./src/map/MapState.o \ ./src/map/Tile.o \ +./src/map/TransitionState.o \ ./src/map/Trigger.o CPP_DEPS += \ @@ -25,6 +27,7 @@ CPP_DEPS += \ ./src/map/Map.d \ ./src/map/MapState.d \ ./src/map/Tile.d \ +./src/map/TransitionState.d \ ./src/map/Trigger.d