blob: 871312d1d9824c674d60b54c21e383f379c3695a (
plain)
1
2
3
4
5
6
7
8
9
|
/* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */
#include "ftnoir_tracker_hydra.h"
#include <QDebug>
#include "facetracknoir/plugin-support.h"
extern "C" OPENTRACK_EXPORT Metadata* GetMetadata()
{
return new FTNoIR_TrackerDll;
}
|