diff options
Diffstat (limited to 'gui/src/vectorplugin.h')
| -rw-r--r-- | gui/src/vectorplugin.h | 8 |
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 |
