#include "Switch.h" Switch::Switch() {} bool Switch::IsOn() { return false; }