diff options
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<string,obtsDevice> devices; int numLines; ofPoint *lines; string *imeis; + + int start,end; ofImage bgimg; ofColor *cols; |
