blob: 7c7dd42094e92000032c9010f685bd103be419ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "performcommand.h"
#include "plugger.h"
PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 );
PerformCommand::PerformCommand()
{
}
PerformCommand::~PerformCommand()
{
}
|