8 lines
82 B
C++
8 lines
82 B
C++
#include <Switch.h>
|
|
|
|
Switch::Switch() {}
|
|
|
|
bool Switch::IsOn() {
|
|
return false;
|
|
}
|