diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-08-26 01:25:24 +0200 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-08-26 01:25:24 +0200 |
commit | 8f11896d88a235c17e02d61ca8cfbdd2a525ddc6 (patch) | |
tree | 775b620315bb746e51b4c0564939d01b81ba4a96 /src/Mobs/Components | |
parent | Added the Aggressive Component to the CMakeLists.txt (diff) | |
download | cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar.gz cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar.bz2 cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar.lz cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar.xz cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.tar.zst cuberite-8f11896d88a235c17e02d61ca8cfbdd2a525ddc6.zip |
Diffstat (limited to 'src/Mobs/Components')
-rw-r--r-- | src/Mobs/Components/AllComponents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/Components/AllComponents.h b/src/Mobs/Components/AllComponents.h index 04de7a91b..e99d08cc4 100644 --- a/src/Mobs/Components/AllComponents.h +++ b/src/Mobs/Components/AllComponents.h @@ -4,3 +4,5 @@ #include "AttackComponent.h" #include "EnvironmentComponent.h" #include "MovementComponent.h" + +#include "AIAggressiveComponent.h" |