diff options
author | Mattes D <github@xoft.cz> | 2014-04-24 22:12:28 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-04-24 22:12:28 +0200 |
commit | 85e0b0eae9a6b41fd349ba16534bcc985c9abdfa (patch) | |
tree | 287edd174804ca96887f7183ca14a31af5eeb92b /src/Mobs/IncludeAllMonsters.h | |
parent | Changed cByteBuffer constructor to take a size_t instead of int. (diff) | |
parent | Fixed class capitalization for the cave spider. (diff) | |
download | cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar.gz cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar.bz2 cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar.lz cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar.xz cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.tar.zst cuberite-85e0b0eae9a6b41fd349ba16534bcc985c9abdfa.zip |
Diffstat (limited to 'src/Mobs/IncludeAllMonsters.h')
-rw-r--r-- | src/Mobs/IncludeAllMonsters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/IncludeAllMonsters.h b/src/Mobs/IncludeAllMonsters.h index 1b436a11f..3460db993 100644 --- a/src/Mobs/IncludeAllMonsters.h +++ b/src/Mobs/IncludeAllMonsters.h @@ -1,6 +1,6 @@ #include "Bat.h" #include "Blaze.h" -#include "Cavespider.h" +#include "CaveSpider.h" #include "Chicken.h" #include "Cow.h" #include "Creeper.h" @@ -10,7 +10,7 @@ #include "Giant.h" #include "Horse.h" #include "IronGolem.h" -#include "Magmacube.h" +#include "MagmaCube.h" #include "Mooshroom.h" #include "Ocelot.h" #include "Pig.h" @@ -26,4 +26,4 @@ #include "Wither.h" #include "Wolf.h" #include "Zombie.h" -#include "Zombiepigman.h" +#include "ZombiePigman.h" |