From f7217d5f7c9b290de2dac8837b265201b856ee16 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Wed, 20 Aug 2014 16:39:44 -0600 Subject: Stubbed out the base types of Components. --- src/Mobs/Components/AllComponents.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Mobs/Components/AllComponents.h') 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" -- cgit v1.2.3