mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 10:23:35 +00:00
8 lines
191 B
C++
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; |