diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-29 18:36:46 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-29 18:36:46 +0100 |
| commit | afed229f7f70d51313239394f6e1079fa6086da3 (patch) | |
| tree | 4a2573cadf335eff1201f5a4833dcabf963d1151 /src/testApp.h | |
| parent | 4fdefc87b20f2a0c10f6497232edb9fd0cdfd58a (diff) | |
nearly finished
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h index cbcb8b0..98c4527 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -29,12 +29,15 @@ class testApp : public ofBaseApp{ map<string,obtsDevice> devices; ofImage bgimg; + ofImage textimg; ofColor *cols; ofImage *icons; string message; float messageTime; + + bool showFps; }; |
