From 8b59180d73b5678e5f2274b98e3440d01917caa1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 18 May 2012 11:07:07 +0100 Subject: sketch with numbers --- src/testApp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index 36e6f54..fca62af 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -23,7 +23,9 @@ class testApp : public ofBaseApp{ ofCamera camera; + int numLines; ofPoint *lines; + string *imeis; }; -- cgit v1.2.3