summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-26 01:25:06 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-26 01:25:06 +0200
commit9153aee79ad174730fd793a6816172c971563b75 (patch)
treef3127ac63b441db1bd83d6966603370c3c3bb7c2
parentPorted the old Aggressive AI over. (diff)
downloadcuberite-9153aee79ad174730fd793a6816172c971563b75.tar
cuberite-9153aee79ad174730fd793a6816172c971563b75.tar.gz
cuberite-9153aee79ad174730fd793a6816172c971563b75.tar.bz2
cuberite-9153aee79ad174730fd793a6816172c971563b75.tar.lz
cuberite-9153aee79ad174730fd793a6816172c971563b75.tar.xz
cuberite-9153aee79ad174730fd793a6816172c971563b75.tar.zst
cuberite-9153aee79ad174730fd793a6816172c971563b75.zip
-rw-r--r--src/Mobs/Components/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/Components/CMakeLists.txt b/src/Mobs/Components/CMakeLists.txt
index 0c6a96c07..a933dc9e0 100644
--- a/src/Mobs/Components/CMakeLists.txt
+++ b/src/Mobs/Components/CMakeLists.txt
@@ -5,12 +5,14 @@ include_directories ("${PROJECT_SOURCE_DIR}/../")
SET (SRCS
AIComponent.cpp
+ AIAggressiveComponent.cpp
AttackComponent.cpp
EnvironmentComponent.cpp
MovementComponent.cpp)
SET (HDRS
AIComponent.h
+ AIAggressiveComponent.h
AttackComponent.h
EnvironmentComponent.h
MovementComponent.h)