diff options
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 14a0fbf..a405972 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -82,7 +82,7 @@ class testApp : public ofxFensterListener{ void switchAnimals(); void endGame(); void hangUp(); - + void queueWalkOff(); void queueWalkOn(); @@ -122,6 +122,7 @@ class testApp : public ofxFensterListener{ bool showFPS; bool showVis; bool fullscreenoutput; + int gameHeight; int currentsong,nextsong,gamestate,segmentStartTime; |
