summaryrefslogtreecommitdiff
path: root/gui/src/vectorplugin.h
blob: cccc6eec9e3dde6108138077339a8fe568a3ec16 (plain)
1
2
3
4
5
6
7
8

#include "ofMain.h"

class vectorBase {
	public:
		vectorBase(){};
		vectorBase(){};
}