From 7ae1f870faebb65e9ee3a064fc43ef2fc6955a84 Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 29 Nov 2012 19:13:19 +0000 Subject: work on asterisk plugin --- vfg/src/Asterisk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vfg/src/Asterisk.h') 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 -- cgit v1.2.3