summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
blob: 13506022642c57202c5eb1a00bf2d12bf034cd9f (plain)
1
2
3
4
5
6
7
#include "opentrack/plugin-api.hpp"
#include "ftnoir_protocol_ft/ftnoir_protocol_ft.h"

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