From e410b99203100c47674c92b910f6e0422b39ccdf Mon Sep 17 00:00:00 2001 From: "git@eclectronics.org" Date: Tue, 22 May 2012 11:22:46 +0100 Subject: abandon windows --- src/testApp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index 6f64416..3b6d4ba 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -22,12 +22,13 @@ class testApp : public ofBaseApp{ int windowWidth, windowHeight; ofCamera camera; - + int numLines; ofPoint *lines; string *imeis; - + ofImage bgimg; + ofColor *cols; }; -- cgit v1.2.3