blob: 8d1887049afdf0d9e03038afacb7aef9f624730f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "functioncommandtolist.h"
#include "plugger.h"
PluginInterface2(commandToList, FunctionCommandToList, Function, "Mike Buland", 0, 1 );
FunctionCommandToList::FunctionCommandToList()
{
}
FunctionCommandToList::~FunctionCommandToList()
{
}
|