1#pragma once 2 3class Redstone 4{ 5public: 6 static const int SIGNAL_NONE = 0; 7 static const int SIGNAL_MIN = 0; 8 static const int SIGNAL_MAX = 15; 9};