remove unneeded constructor
This commit is contained in:
6
src/Gate.cpp
Normal file
6
src/Gate.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Gate.h"
|
||||
|
||||
void Gate::setOut(int newValue, int setTime)
|
||||
{
|
||||
out->setValue(newValue, setTime);
|
||||
}
|
Reference in New Issue
Block a user