#include "frdi_dummy_host.h"
Functions | |
void | frdiHostGameReceiveServer (frdi_host_app *self, frdi_host_game *game, char *str) |
frdi_host_game * | frdiHostGameNew (frdi_host_app *self, char *game_id) |
void | frdiHostGameLog (frdi_host_app *self, frdi_host_game *game, char *str) |
void | frdiHostGameFinish (frdi_host_app *self, frdi_host_game *game) |
char * | frdiHostGameReport (frdi_host_app *self, frdi_host_game *game) |
char * | frdiHostGameDescribe (frdi_host_app *self, frdi_host_game *game) |
|
deal with a game str from the server |
|
create a game object (values get filled in by the create object) |
|
log it |
|
de-register and destroy a game object |
|
report the outcome of a game to the host in complete terms |
|
describe it |