RoboidControl-cpp/Switch.cpp
Pascal Serrarens 118ab5d560 Updated
2024-01-03 12:58:38 +01:00

6 lines
80 B
C++

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