diff options
| author | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-05-22 11:22:46 +0100 |
|---|---|---|
| committer | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-05-22 11:22:46 +0100 |
| commit | e410b99203100c47674c92b910f6e0422b39ccdf (patch) | |
| tree | c702cdaa3831d5e10a73840dd25b6922f9d1e3bb /src/testApp.h | |
| parent | 6cb91ded1e6dfb6089954019638419b1e4332dc3 (diff) | |
abandon windows
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; }; |
