summaryrefslogtreecommitdiffstats
path: root/noatun/modules/marquis/plugin.cpp
blob: e9ccc0e2c2ec0839b2e99d7d1f4ebdedc2fd336b (plain)
1
2
3
4
5
6
7
8
9
#include "marquis.h"

extern "C"
{
	TDE_EXPORT Plugin *create_plugin()
	{
		return new Marquis();
	}
}