diff options
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index f62c098..4ab807f 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -72,10 +72,22 @@ class testApp : public ofBaseApp{ void windowResized(int w, int h); void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); + + void loadanimals(string which); + + ofVideoPlayer background; + ofImage vignette; song *testsong; + /* vector<Animal> penguins; + vector<Animal> raccoons; + */ + + vector<Animal> playanimals; + + vector<Animal>* playanimal; Puppet testpenguin; |
