diff options
Diffstat (limited to 'src/performfactory.cpp')
-rw-r--r-- | src/performfactory.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/performfactory.cpp b/src/performfactory.cpp new file mode 100644 index 0000000..6c7d57a --- /dev/null +++ b/src/performfactory.cpp | |||
@@ -0,0 +1,12 @@ | |||
1 | #include "performfactory.h" | ||
2 | |||
3 | extern struct PluginInfo command; | ||
4 | |||
5 | PerformFactory::PerformFactory() | ||
6 | { | ||
7 | registerBuiltinPlugin( &command ); | ||
8 | } | ||
9 | |||
10 | PerformFactory::~PerformFactory() | ||
11 | { | ||
12 | } | ||