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

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