summaryrefslogtreecommitdiff
path: root/vfg/src/Asterisk.h
diff options
context:
space:
mode:
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;
};