blob: 62e0d8f27e60a0be4682bbf77f1615577ef2de54 (
plain)
1
2
3
4
5
6
7
8
|
#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;
|