summaryrefslogtreecommitdiffstats
path: root/source/Mobs/IncludeAllMonsters.h
diff options
context:
space:
mode:
authormgueydan <gueydan.mathieuÃ@gmail.com>2013-09-07 20:07:56 +0200
committermgueydan <gueydan.mathieuÃ@gmail.com>2013-09-07 20:07:56 +0200
commit2361a5dc418a42092ed8040e6826b65b38e94fcb (patch)
treebbd3caa62c69b67efab47293d59708d196dd2828 /source/Mobs/IncludeAllMonsters.h
parentAdding Family for monsters : Hostile/Passive/Water/Ambient (diff)
downloadcuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar.gz
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar.bz2
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar.lz
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar.xz
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.tar.zst
cuberite-2361a5dc418a42092ed8040e6826b65b38e94fcb.zip
Diffstat (limited to 'source/Mobs/IncludeAllMonsters.h')
-rw-r--r--source/Mobs/IncludeAllMonsters.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/source/Mobs/IncludeAllMonsters.h b/source/Mobs/IncludeAllMonsters.h
new file mode 100644
index 000000000..d89a6c5b5
--- /dev/null
+++ b/source/Mobs/IncludeAllMonsters.h
@@ -0,0 +1,23 @@
+#include "Bat.h"
+#include "Blaze.h"
+#include "Cavespider.h"
+#include "Chicken.h"
+#include "Cow.h"
+#include "Creeper.h"
+#include "Enderman.h"
+#include "Ghast.h"
+#include "Magmacube.h"
+#include "Mooshroom.h"
+#include "Ocelot.h"
+#include "Pig.h"
+#include "Sheep.h"
+#include "Silverfish.h"
+#include "Skeleton.h"
+#include "Slime.h"
+#include "Spider.h"
+#include "Squid.h"
+#include "Villager.h"
+#include "Witch.h"
+#include "Wolf.h"
+#include "Zombie.h"
+#include "Zombiepigman.h"