4jcraft/targets/minecraft/world/level/redstone/Redstone.cpp
2026-04-07 13:05:22 +02: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;