summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h
index 4ab807f..2518b55 100755
--- a/vfg/src/testApp.h
+++ b/vfg/src/testApp.h
@@ -73,23 +73,24 @@ class testApp : public ofBaseApp{
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
- void loadanimals(string which);
+ //void loadanimals(string which);
ofVideoPlayer background;
ofImage vignette;
song *testsong;
- /*
+
vector<Animal> penguins;
vector<Animal> raccoons;
- */
- vector<Animal> playanimals;
+
+ //vector<Animal> playanimals;
vector<Animal>* playanimal;
Puppet testpenguin;
+ int currentlevel;
Asterisk game;