aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Redstone.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Redstone.h')
-rw-r--r--Minecraft.World/Redstone.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Minecraft.World/Redstone.h b/Minecraft.World/Redstone.h
new file mode 100644
index 00000000..0b25e8b7
--- /dev/null
+++ b/Minecraft.World/Redstone.h
@@ -0,0 +1,9 @@
+#pragma once
+
+class Redstone
+{
+public:
+ static const int SIGNAL_NONE = 0;
+ static const int SIGNAL_MIN = 0;
+ static const int SIGNAL_MAX = 15;
+}; \ No newline at end of file