diff options
Diffstat (limited to '')
| -rw-r--r-- | src/performcommand.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp new file mode 100644 index 0000000..7c7dd42 --- /dev/null +++ b/src/performcommand.cpp | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #include "performcommand.h" | ||
| 2 | #include "plugger.h" | ||
| 3 | |||
| 4 | PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 ); | ||
| 5 | |||
| 6 | PerformCommand::PerformCommand() | ||
| 7 | { | ||
| 8 | } | ||
| 9 | |||
| 10 | PerformCommand::~PerformCommand() | ||
| 11 | { | ||
| 12 | } | ||
