summaryrefslogtreecommitdiff
path: root/gui/src/vectorplugin.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-08-18 12:09:34 +0100
committerTim Redfern <tim@getdrop.com>2018-08-18 12:09:34 +0100
commitd503992380630c1ee6d2edce8861d5f6e31cf8a1 (patch)
tree5f813f80ac7bc566534cf3fbfb7411244ec33d3b /gui/src/vectorplugin.h
parentfb68eed64f548d090eb550047fd0d898e4e033fc (diff)
start vector plugin arch
Diffstat (limited to 'gui/src/vectorplugin.h')
-rw-r--r--gui/src/vectorplugin.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/src/vectorplugin.h b/gui/src/vectorplugin.h
new file mode 100644
index 0000000..cccc6ee
--- /dev/null
+++ b/gui/src/vectorplugin.h
@@ -0,0 +1,8 @@
+
+#include "ofMain.h"
+
+class vectorBase {
+ public:
+ vectorBase(){};
+ vectorBase(){};
+} \ No newline at end of file