diff options
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 8304e12..8f52ef7 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxSprite.h" #include "music.h" +#include "Asterisk.h" /* this library? @@ -42,11 +43,12 @@ overlap character class- load sprites from xml- play behaviours- block animations when others are playing -*/ +//hooking up the backend +1 - start game - sends message - starts if acknowledged +2 - receive dtmf +3 - hang up -class game { - vector<song*> songs; -}; +*/ @@ -71,6 +73,8 @@ class testApp : public ofBaseApp{ song *testsong; vector<ofxSprite> penguins; + + Asterisk game; }; |
