diff options
author | Mattes D <github@xoft.cz> | 2014-04-28 12:32:02 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-04-28 12:32:02 +0200 |
commit | c0630516459ec59139b60173e0582900115a5614 (patch) | |
tree | 46a3beef2f57ea2ff59bd487f98e82d18f406935 /src/Mobs | |
parent | Fixed warnings. (diff) | |
parent | Fixed projectile source filenames, indentations (diff) | |
download | cuberite-c0630516459ec59139b60173e0582900115a5614.tar cuberite-c0630516459ec59139b60173e0582900115a5614.tar.gz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.bz2 cuberite-c0630516459ec59139b60173e0582900115a5614.tar.lz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.xz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.zst cuberite-c0630516459ec59139b60173e0582900115a5614.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Blaze.cpp | 1 | ||||
-rw-r--r-- | src/Mobs/Ghast.cpp | 1 | ||||
-rw-r--r-- | src/Mobs/Skeleton.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/Mobs/Blaze.cpp b/src/Mobs/Blaze.cpp index 84ff8929b..326b42f07 100644 --- a/src/Mobs/Blaze.cpp +++ b/src/Mobs/Blaze.cpp @@ -3,6 +3,7 @@ #include "Blaze.h" #include "../World.h" +#include "../Entities/FireChargeEntity.h" diff --git a/src/Mobs/Ghast.cpp b/src/Mobs/Ghast.cpp index fe18f5e76..d8a7663f8 100644 --- a/src/Mobs/Ghast.cpp +++ b/src/Mobs/Ghast.cpp @@ -3,6 +3,7 @@ #include "Ghast.h" #include "../World.h" +#include "../Entities/GhastFireballEntity.h" diff --git a/src/Mobs/Skeleton.cpp b/src/Mobs/Skeleton.cpp index 1685f40c5..1e62d7987 100644 --- a/src/Mobs/Skeleton.cpp +++ b/src/Mobs/Skeleton.cpp @@ -3,6 +3,7 @@ #include "Skeleton.h" #include "../World.h" +#include "../Entities/ArrowEntity.h" |