~ubuntu-branches/debian/lenny/ggz-server/lenny

« back to all changes in this revision

Viewing changes to game_servers/ggzcards/games.h

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2008-08-30 22:28:31 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080830222831-lt2l462usl5opxfd
Tags: 0.0.14.1-1.2
* Non-maintainer upload.
* Improve the database.m4 fix to migrate to libdb4.6
  instead of 4.4 {request from Steve Langasek.}

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Project: GGZCards Server
5
5
 * Date: 06/20/2001
6
6
 * Desc: multi-game code
7
 
 * $Id: games.h 4072 2002-04-24 09:21:42Z jdorje $
 
7
 * $Id: games.h 8240 2006-06-21 15:35:15Z jdorje $
8
8
 *
9
9
 * This file contains the data and functions that allow the game type to
10
10
 * be picked and the right functions for that game to be set up.  It's
57
57
        /* messaging */
58
58
        void (*set_player_message) (player_t);  /* determine and send the
59
59
                                                   player message */
 
60
        void (*sync_player) (player_t); /* Send sync to a player. */
60
61
 
61
62
        /* bidding */
62
63
        int (*get_bid_text) (char *, size_t, bid_t);    /* determines the