From 470c897cac4d55c78cd7a08c06442f6e12ad3545 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 27 Jun 2012 09:36:16 +0100 Subject: fps thing --- src/testApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index bb7e6b1..29c9d03 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -25,10 +25,14 @@ class testApp : public ofBaseApp{ ofxUDPManager udpConnection; ofCamera camera; + + map devices; int numLines; ofPoint *lines; string *imeis; + + int start,end; ofImage bgimg; ofColor *cols; -- cgit v1.2.3