diff options
Diffstat (limited to '03_play/src/testApp.h')
| -rw-r--r-- | 03_play/src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index 1b3a0c1..67cd4dc 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -47,6 +47,9 @@ public: float offset; ofxMayaCam cam; + + bool drawmovies,drawcloud; + int frame; }; |
