diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-18 11:07:07 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-18 11:07:07 +0100 |
| commit | 8b59180d73b5678e5f2274b98e3440d01917caa1 (patch) | |
| tree | 551f3905cc4b0bdbf64d08810cf9b062ac2e0a5d /src/testApp.h | |
| parent | 7bd13a723d9e118b32e47cd73fa8d7c2534918e2 (diff) | |
sketch with numbers
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |
