summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AllComponents.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-21 00:39:44 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-21 00:39:44 +0200
commitf7217d5f7c9b290de2dac8837b265201b856ee16 (patch)
tree87ca787c25390d19d58796b597dcc18e0a62c0f5 /src/Mobs/Components/AllComponents.h
parentAdded the other base components (diff)
downloadcuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar.gz
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar.bz2
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar.lz
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar.xz
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.tar.zst
cuberite-f7217d5f7c9b290de2dac8837b265201b856ee16.zip
Diffstat (limited to 'src/Mobs/Components/AllComponents.h')
-rw-r--r--src/Mobs/Components/AllComponents.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Mobs/Components/AllComponents.h b/src/Mobs/Components/AllComponents.h
index 1c8a76714..04de7a91b 100644
--- a/src/Mobs/Components/AllComponents.h
+++ b/src/Mobs/Components/AllComponents.h
@@ -1,3 +1,6 @@
#pragma once
-#include "AIAggressiveComponent.h"
+#include "AIComponent.h"
+#include "AttackComponent.h"
+#include "EnvironmentComponent.h"
+#include "MovementComponent.h"