diff options
| author | Comment <tim@gray.(none)> | 2012-12-12 10:57:40 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-12 10:57:40 +0000 |
| commit | 19c84c74efd5b8ffd1fb8184037910c831990d2e (patch) | |
| tree | 19032ce28fed70a58ae95cc9937c50681e978b50 /vfg/src/Asterisk.h | |
| parent | 1db97e28061caec0b3e8ce998b92e1936edbf2e5 (diff) | |
version for galway gig
Diffstat (limited to 'vfg/src/Asterisk.h')
| -rwxr-xr-x | vfg/src/Asterisk.h | 5 |
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; };
|
