From 8a5df43e6c72efd899fc59b04168ecd5526300e4 Mon Sep 17 00:00:00 2001 From: Safwat Halaby Date: Fri, 20 Nov 2015 10:03:20 +0200 Subject: Decoupled cMonster and path recalc logic, re-implemented recalc --- src/Mobs/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Mobs/CMakeLists.txt') diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt index 5c374f9ee..14c7a8ca3 100644 --- a/src/Mobs/CMakeLists.txt +++ b/src/Mobs/CMakeLists.txt @@ -25,6 +25,7 @@ SET (SRCS PassiveAggressiveMonster.cpp PassiveMonster.cpp Path.cpp + PathFinder.cpp Pig.cpp Rabbit.cpp Sheep.cpp @@ -39,7 +40,7 @@ SET (SRCS Wolf.cpp Zombie.cpp ZombiePigman.cpp) - + SET (HDRS AggressiveMonster.h Bat.h @@ -64,6 +65,7 @@ SET (HDRS PassiveAggressiveMonster.h PassiveMonster.h Path.h + PathFinder.h Pig.h Rabbit.h Sheep.h -- cgit v1.2.3