summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_vjoy/ftnoir_protocol_vjoy_dll.cpp
blob: 5cb5ef058cb1c620dc8c1594a695b07173d9894c (plain)
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/global-settings.h"

FTNoIR_ProtocolDll::FTNoIR_ProtocolDll() {
}

FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll()
{

}

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