summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AIComponent.cpp
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-20 23:42:51 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-20 23:42:51 +0200
commitece054bd6bc37922df910942eb8f2b0c2cfb720c (patch)
treedcd43a13e16994d605bd0e604a7b0c839f533faf /src/Mobs/Components/AIComponent.cpp
parentGot the core of NewMonster working (diff)
downloadcuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar.gz
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar.bz2
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar.lz
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar.xz
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.tar.zst
cuberite-ece054bd6bc37922df910942eb8f2b0c2cfb720c.zip
Diffstat (limited to '')
-rw-r--r--src/Mobs/Components/AIComponent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Components/AIComponent.cpp b/src/Mobs/Components/AIComponent.cpp
index 3f0a908b1..c7ac34947 100644
--- a/src/Mobs/Components/AIComponent.cpp
+++ b/src/Mobs/Components/AIComponent.cpp
@@ -1,5 +1,5 @@
#include "Globals.h"
#include "AIComponent.h"
-#include "Monster.h"
+#include "../NewMonster.h"
-cAIComponent::cAIComponent(cMonster * a_Entity) : m_Self(a_Entity){}
+cAIComponent::cAIComponent(cNewMonster * a_Entity) : m_Self(a_Entity){}