summaryrefslogtreecommitdiff
path: root/vfg/src/Asterisk.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-12 10:57:40 +0000
committerComment <tim@gray.(none)>2012-12-12 10:57:40 +0000
commit19c84c74efd5b8ffd1fb8184037910c831990d2e (patch)
tree19032ce28fed70a58ae95cc9937c50681e978b50 /vfg/src/Asterisk.h
parent1db97e28061caec0b3e8ce998b92e1936edbf2e5 (diff)
version for galway gig
Diffstat (limited to 'vfg/src/Asterisk.h')
-rwxr-xr-xvfg/src/Asterisk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vfg/src/Asterisk.h b/vfg/src/Asterisk.h
index fb6097c..adf76da 100755
--- a/vfg/src/Asterisk.h
+++ b/vfg/src/Asterisk.h
@@ -31,10 +31,12 @@ class Asterisk: public ofThread
virtual ~Asterisk();
void startGame();
void endGame(string score);
+ int getUpdateTime();
int update();
int state;
int queued;
+
protected:
void cmd(string s);
void scmd(string s);
@@ -45,7 +47,8 @@ class Asterisk: public ofThread
int filenum;
ofxUDPManager udpConnection;
string playerCode;
- int statusPollMillis;
+ int statusPollMillis;
+ int cmdtime;
};