aboutsummaryrefslogtreecommitdiff
path: root/src/old/tests/plugin/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/old/tests/plugin/plugin.h')
-rw-r--r--src/old/tests/plugin/plugin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/old/tests/plugin/plugin.h b/src/old/tests/plugin/plugin.h
new file mode 100644
index 0000000..f726867
--- /dev/null
+++ b/src/old/tests/plugin/plugin.h
@@ -0,0 +1,14 @@
1#ifndef PLUGIN_H
2#define PLUGIN_H
3
4class Plugin
5{
6public:
7 Plugin();
8 virtual ~Plugin();
9
10private:
11
12};
13
14#endif