Skip to content
Snippets Groups Projects

Add ProcessorMotion::processIncomingCapture & Miscellaneous

Merged Jeremie Deray requested to merge miscellaneous into master
All threads resolved!
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -23,8 +23,11 @@ namespace wolf {
*/
struct ProcessorParamsBase
{
std::string type;
std::string name;
ProcessorParamsBase() = default;
virtual ~ProcessorParamsBase() = default;
std::string type;
std::string name;
};
//class ProcessorBase
Loading