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

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