summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h
index 8f52ef7..16e4d05 100755
--- a/vfg/src/testApp.h
+++ b/vfg/src/testApp.h
@@ -2,8 +2,10 @@
#include "ofMain.h"
#include "ofxSprite.h"
+
#include "music.h"
#include "Asterisk.h"
+#include "Puppet.h"
/*
this library?
@@ -74,7 +76,12 @@ class testApp : public ofBaseApp{
vector<ofxSprite> penguins;
+ Puppet testpenguin;
+
+
Asterisk game;
+
+ bool showFPS;
};