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