From 8546022b8c0dbc11530eb3e4db7a978b1e6fda14 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Nov 2018 23:35:49 +0000 Subject: add readme --- gui/src/vectorplugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/src/vectorplugin.h') diff --git a/gui/src/vectorplugin.h b/gui/src/vectorplugin.h index cccc6ee..e8df6e7 100644 --- a/gui/src/vectorplugin.h +++ b/gui/src/vectorplugin.h @@ -1,8 +1,12 @@ #include "ofMain.h" +#include "colourPolyline.h" class vectorBase { public: vectorBase(){}; vectorBase(){}; + + virtual vector render(vector input, timelineInfo context)=0; + } \ No newline at end of file -- cgit v1.2.3