diff options
Diffstat (limited to 'vfg/src/Asterisk.h')
| -rwxr-xr-x | vfg/src/Asterisk.h | 2 |
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
|
