From f7667bd306b983f8f8daa0b40719aa665bf555b0 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 28 Jan 2013 12:42:36 +0000 Subject: drag filenames into areas --- src/boundary.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/boundary.h') diff --git a/src/boundary.h b/src/boundary.h index a4ee28b..e28b278 100755 --- a/src/boundary.h +++ b/src/boundary.h @@ -9,17 +9,19 @@ class boundary { public: boundary(); - boundary(int _note); + boundary(string file); virtual ~boundary(); bool contains(ofPoint p); void draw(); void add(ofPoint p); void undo(); - int note; void getCentroid(); vector points; ofPoint centroid; + + void checkfile(ofPoint pos,string file); + string filename; }; -- cgit v1.2.3