~ubuntu-branches/debian/squeeze/gnubg/squeeze

« back to all changes in this revision

Viewing changes to drawboard.h

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2010-01-21 14:44:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100121144459-khynfv4s1cce4mji
Tags: 0.90+20091206-4
* Avoid building the one-sided rollout database during an
  architecture-dependent build.  Not only does this avoid wasted time on
  the buildds, since it's an architecture-independent file, but it
  should hopefully fix FTBFS problems on the kfreebsd-* buildds.
* Enable SSE on all amd64 systems, not just Linux ones.
* Add a trailing blank line to NEWS.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program; if not, write to the Free Software
17
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
 *
19
 
 * $Id: drawboard.h,v 1.16 2007/12/29 14:32:28 Superfly_Jon Exp $
 
19
 * $Id: drawboard.h,v 1.17 2008/04/27 20:18:43 c_anthon Exp $
20
20
 */
21
21
 
22
22
#ifndef _DRAWBOARD_H_
38
38
extern void CanonicalMoveOrder( int an[] );
39
39
/* Fill the buffer pch with a FIBS "boardstyle 3" description of the game. */
40
40
extern char *FIBSBoard( char *pch, TanBoard anBoard, int fRoll,
41
 
                        char *szPlayer, char *szOpp, int nMatchTo,
 
41
                        const char *szPlayer, const char *szOpp, int nMatchTo,
42
42
                        int nScore, int nOpponent, int nDice0, int nDice1,
43
43
                        int nCube, int fCubeOwner, int fDoubled, int fTurn,
44
44
                        int fCrawford, int nChequers );