summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine/ftnoir_protocol_wine_dll.cpp
blob: 7d7fb247c263882e0b35462af05a9d7277932364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "ftnoir_protocol_wine.h"
#include "facetracknoir/plugin-support.h"

FTNoIR_ProtocolDll::FTNoIR_ProtocolDll()
{
}

FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll()
{
}

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