4jcraft/Minecraft.World/Level/Redstone.cpp
2026-03-21 17:07:51 -05:00

8 lines
191 B
C++

#include "../Platform/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;