summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-13 15:07:39 +0000
committerTim Redfern <tim@gray.(none)>2012-11-13 15:07:39 +0000
commitf3b7df8e1a44be946bbc0cf4c2b89e2920d6d7ee (patch)
tree547d77f1366c5beb0637b9359eb37da66bc7cd58 /vfg/src/testApp.h
parent27b7b4c5ce0102c6089cd0b6cc58096b0c5ccf36 (diff)
initial asterisk hookup
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h12
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;
};