4jcraft/targets/minecraft/world/level/redstone/Redstone.cpp
2026-04-01 13:27:58 -05:00

6 lines
158 B
C++

#include "Redstone.h"
// 4J-JEV: Because whiny Ps4 compiler.
const int Redstone::SIGNAL_NONE;
const int Redstone::SIGNAL_MIN;
const int Redstone::SIGNAL_MAX;