/[maitretarot]/game_server/src/game.h
ViewVC logotype

Diff of /game_server/src/game.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ymettier, Sun Apr 27 16:39:52 2003 UTC revision 1.5 by ymettier, Mon Apr 28 00:25:56 2003 UTC
# Line 21  Line 21 
21  #include <glib.h>  #include <glib.h>
22    
23  GString *game_params_are_ok (char *type, int nb_players);  GString *game_params_are_ok (char *type, int nb_players);
24  void  void send_message_SAY_resume (int sock_id, game_t * g);
25  send_message_SAY_resume (int sock_id,game_t * g);  void send_message_SAY_cards_in_hand (int sock_id, game_t * g, int player_id);
26  void send_message_SAY_cards_in_hand (int sock_id,game_t * g, int player_id);  void send_ask_bids (int sock_id, player_t * p, int is_resume);
27    
28  void game_start (game_t * g);  void game_start (game_t * g);
29    
30  #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26