blob: 758987151f2d47784d8b122c424e3ac6dae0dba8 (
plain)
1
2
3
4
5
6
7
8
|
#include "ftnoir_protocol_libevdev.h"
#include <QDebug>
#include "facetracknoir/plugin-support.h"
extern "C" OPENTRACK_EXPORT Metadata* GetMetadata()
{
return new FTNoIR_ProtocolDll;
}
|