serverPlugin.cpp (229B)
1 // ReSharper disable once CppUnusedIncludeDirective 2 #include "client/plugin.h" 3 4 #include "mqLib/device.h" 5 6 synthLib::Device* createBridgeDevice(const synthLib::DeviceCreateParams& _params) 7 { 8 return new mqLib::Device(_params); 9 }