mirror of
https://git.neolegacy.dev/Elysium/Project-Elysium.git
synced 2026-08-09 15:41:22 +00:00
8 lines
186 B
C++
8 lines
186 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; |