summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/NewMonster.c0
-rw-r--r--src/Mobs/NewMonster.h16
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