summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AllComponents.h
diff options
context:
space:
mode:
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"