src/ModuleExport.cpp
@@ -19,7 +19,11 @@ ModuleProcessLibInit(); if (modules.empty()) { <<<<<<< HEAD modules.push_back(ModuleEntry("Input", ModuleType::PROC_INPUT, SignalSourceCreate, ufalse)); //SignalSource ======= modules.push_back(ModuleEntry("SignalSource", ModuleType::PROC_INPUT, SignalSourceCreate, ufalse)); >>>>>>> 0d5b7df96a2ee186b7b085dca9cf9a33f791c430 // modules.push_back(ModuleEntry("Input",ModuleType::PROC_INPUT, InputCreate, ufalse)); modules.push_back(ModuleEntry("Output",ModuleType::PROC_OUTPUT, OutputCreate, ufalse));