aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Redstone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Redstone.cpp')
-rw-r--r--Minecraft.World/Redstone.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.World/Redstone.cpp b/Minecraft.World/Redstone.cpp
new file mode 100644
index 00000000..62e0d8f2
--- /dev/null
+++ b/Minecraft.World/Redstone.cpp
@@ -0,0 +1,8 @@
+#include "stdafx.h"
+
+#include "Redstone.h"
+
+// 4J-JEV: Because whiny Ps4 compiler.
+const int Redstone::SIGNAL_NONE;
+const int Redstone::SIGNAL_MIN;
+const int Redstone::SIGNAL_MAX; \ No newline at end of file