aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Creature.h')
-rw-r--r--Minecraft.World/Creature.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/Creature.h b/Minecraft.World/Creature.h
new file mode 100644
index 00000000..98f47af6
--- /dev/null
+++ b/Minecraft.World/Creature.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "Entity.h"
+
+class Level;
+
+class Creature
+{
+public:
+ Creature() {}
+};