mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-24 09:18:55 +05:00
8 lines
179 B
C++
8 lines
179 B
C++
#include "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; |