mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 07:27:57 +00:00
6 lines
158 B
C++
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; |