Files
cafeberry/Minecraft.World/Redstone.cpp
T
2026-09-07 02:18:56 -04:00

10 lines
212 B
C++

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