diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-08-20 16:31:28 +0200 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-08-20 16:31:28 +0200 |
commit | 0910a3d4f8ecc92093baa3218dc5bb01d6e995c3 (patch) | |
tree | 5122ef09b6201971fa97240f6f96c0469cab319c /src/Mobs | |
parent | Revert "Added functions to allow me to get/set the m_AttackInterval value." (diff) | |
download | cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar.gz cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar.bz2 cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar.lz cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar.xz cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.tar.zst cuberite-0910a3d4f8ecc92093baa3218dc5bb01d6e995c3.zip |
Diffstat (limited to 'src/Mobs')
-rw-r--r-- | src/Mobs/NewMonster.c | 0 | ||||
-rw-r--r-- | src/Mobs/NewMonster.h | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/Mobs/NewMonster.c b/src/Mobs/NewMonster.c new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/Mobs/NewMonster.c diff --git a/src/Mobs/NewMonster.h b/src/Mobs/NewMonster.h new file mode 100644 index 000000000..7739fea45 --- /dev/null +++ b/src/Mobs/NewMonster.h @@ -0,0 +1,16 @@ + +#pragma once + +#include "../Entities/Pawn.h" +#include "../Defines.h" +#include "../BlockID.h" +#include "../Item.h" +#include "../Enchantments.h" +#include "../Mobs/AllComponents.h" + + + + + +class cClientHandle; +class cWorld;
\ No newline at end of file |