Start adding live back

This commit is contained in:
Aang23 2021-03-22 22:26:21 +01:00
parent ffb3cf3101
commit cd22ff265d
9 changed files with 237 additions and 16 deletions

View file

@ -24,6 +24,10 @@ void ProcessingModule::setOutputType(ModuleDataType type)
output_data_type = type;
}
void ProcessingModule::init()
{
}
void ProcessingModule::drawUI()
{
}