aboutsummaryrefslogtreecommitdiff
path: root/src/targetfactory.cpp
blob: ad7d09063abba15e2d1a00644a880578219995ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "targetfactory.h"

extern struct PluginInfo file;

TargetFactory::TargetFactory()
{
	registerBuiltinPlugin( &file );
}

TargetFactory::~TargetFactory()
{
}