diff options
author | Samuel Barney <samjbarney@gmail.com> | 2013-12-29 15:26:29 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2013-12-29 15:26:29 +0100 |
commit | 8d83297499db730b06b188eafd18ccbb2c8ac5d9 (patch) | |
tree | 1883b846c262d208164d2e0d4f16706195bc92eb /src/Entities/Compoments/AIComponent.h | |
parent | Switched to using Xoft's multibase inheritance structure. (diff) | |
download | cuberite-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.h | 2 |
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 +}; |