mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-26 12:44:36 +00:00
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
7 lines
159 B
C++
7 lines
159 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; |