diff options
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 d0710e2..63e922d 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -54,6 +54,9 @@ class testApp : public ofBaseApp{ ofx3DModelLoader bottle; ofVideoPlayer texture; + string* clips; + int numClips; + int whichClip; viewpoint* views; int activeView; //receives keypresses |
