1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include "ftnoir_protocol_vjoy.h" #include <QDebug> #include "facetracknoir/plugin-support.h" FTNoIR_ProtocolDll::FTNoIR_ProtocolDll() { } FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll() { } extern "C" OPENTRACK_EXPORT Metadata* GetMetadata() { return new FTNoIR_ProtocolDll; }