summaryrefslogtreecommitdiff
path: root/vfg/src/Asterisk.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-11-29 19:13:19 +0000
committerComment <tim@gray.(none)>2012-11-29 19:13:19 +0000
commit7ae1f870faebb65e9ee3a064fc43ef2fc6955a84 (patch)
tree461ad1daea435954a994a2aac0157972d5d51e74 /vfg/src/Asterisk.h
parent8ccec15ca16cc78c625d02a56e73ff3b84858197 (diff)
work on asterisk plugin
Diffstat (limited to 'vfg/src/Asterisk.h')
-rwxr-xr-xvfg/src/Asterisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vfg/src/Asterisk.h b/vfg/src/Asterisk.h
index b3c5fd5..c9ce864 100755
--- a/vfg/src/Asterisk.h
+++ b/vfg/src/Asterisk.h
@@ -46,6 +46,7 @@ class Asterisk
Asterisk();
virtual ~Asterisk();
void startGame();
+ void endGame(string score);
int update();
void cmd(string s);
@@ -57,6 +58,7 @@ class Asterisk
FILE *file;
int filenum;
ofxUDPManager udpConnection;
+ string playerCode;
};
#endif // ASTERISK_H