summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_vjoy/ftnoir_protocol_vjoy_dll.cpp
blob: cdfdc361a78b0f8f0bb5f4f2b7bda1926eb82866 (plain)
1
2
3
4
5
6
7
8
#include "ftnoir_protocol_vjoy.h"
#include <QDebug>
#include "facetracknoir/plugin-support.h"

extern "C" OPENTRACK_EXPORT Metadata* GetMetadata()
{
    return new FTNoIR_ProtocolDll;
}