summaryrefslogtreecommitdiffstats
path: root/src/Entities/Compoments/AIComponent.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2013-12-29 15:26:29 +0100
committerSamuel Barney <samjbarney@gmail.com>2013-12-29 15:26:29 +0100
commit8d83297499db730b06b188eafd18ccbb2c8ac5d9 (patch)
tree1883b846c262d208164d2e0d4f16706195bc92eb /src/Entities/Compoments/AIComponent.h
parentSwitched to using Xoft's multibase inheritance structure. (diff)
downloadcuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar.gz
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar.bz2
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar.lz
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar.xz
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.tar.zst
cuberite-8d83297499db730b06b188eafd18ccbb2c8ac5d9.zip
Diffstat (limited to 'src/Entities/Compoments/AIComponent.h')
-rw-r--r--src/Entities/Compoments/AIComponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Compoments/AIComponent.h b/src/Entities/Compoments/AIComponent.h
index 483fe4164..1659e2304 100644
--- a/src/Entities/Compoments/AIComponent.h
+++ b/src/Entities/Compoments/AIComponent.h
@@ -11,4 +11,4 @@ public:
virtual void Tick(float a_Dt, cChunk & a_Chunk){}
-}; \ No newline at end of file
+};