summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine/ftnoir_protocol_wine_dll.cpp
blob: 92faaa940ef4568e514632cb122e1348dc9b661c (plain)
1
2
3
4
5
6
7
#include "ftnoir_protocol_wine.h"
#include "opentrack/plugin-api.hpp"

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