diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-08-26 01:25:06 +0200 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-08-26 01:25:06 +0200 |
commit | 9153aee79ad174730fd793a6816172c971563b75 (patch) | |
tree | f3127ac63b441db1bd83d6966603370c3c3bb7c2 /src/Mobs/Components | |
parent | Ported the old Aggressive AI over. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src/Mobs/Components')
-rw-r--r-- | src/Mobs/Components/CMakeLists.txt | 2 |
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) |