diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-21 13:33:41 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-21 13:33:41 +0100 |
| commit | bc8a2d7c904e00e4e1abe939ea48a056569bec6e (patch) | |
| tree | 9119b932d51576592a78bae6ea4c903ca0ee97c1 /src/testApp.h | |
| parent | 6a9948c0b2c1420aca5d68bb9bbcab19c5e6c5e1 (diff) | |
thoughts
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 fca62af..6f64416 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -26,6 +26,8 @@ class testApp : public ofBaseApp{ int numLines; ofPoint *lines; string *imeis; + + ofImage bgimg; }; |
