aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NetherrackTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/NetherrackTile.h')
-rw-r--r--Minecraft.World/NetherrackTile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.World/NetherrackTile.h b/Minecraft.World/NetherrackTile.h
new file mode 100644
index 00000000..d137a229
--- /dev/null
+++ b/Minecraft.World/NetherrackTile.h
@@ -0,0 +1,8 @@
+#pragma once
+#include "Tile.h"
+
+class NetherrackTile : public Tile
+{
+public:
+ NetherrackTile(int id);
+}; \ No newline at end of file