aboutsummaryrefslogtreecommitdiff
path: root/src/functionfilesin.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functionfilesin.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/functionfilesin.cpp b/src/functionfilesin.cpp
new file mode 100644
index 0000000..3a9d163
--- /dev/null
+++ b/src/functionfilesin.cpp
@@ -0,0 +1,12 @@
1#include "functionfilesin.h"
2#include "plugger.h"
3
4PluginInterface2(filesIn, FunctionFilesIn, Function, "Mike Buland", 0, 1 );
5
6FunctionFilesIn::FunctionFilesIn()
7{
8}
9
10FunctionFilesIn::~FunctionFilesIn()
11{
12}