summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine/ftnoir_protocol_wine_dll.cpp
blob: df26e49f142bf10594f280dff738a1c7455fddde (plain)
1
2
3
4
5
6
7
#include "ftnoir_protocol_wine.h"
#include "facetracknoir/plugin-support.h"

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