~ubuntu-branches/ubuntu/intrepid/gtkboard/intrepid

« back to all changes in this revision

Viewing changes to src/game.h

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-05-06 14:01:59 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080506140159-0czfw0xs237bvsow
Tags: 0.11pre0-6
* Break doc-base out into two files (closes: #262913, #422923)
* Add gtkboard.desktop file from Ubuntu 0.11pre0-5ubuntu2
* Modify gtkboard.desktop by adding ;BoardGame; category (closes: #478913)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  This is the only file that the games need to include.
28
28
*/
29
29
 
 
30
#define GTKBOARD_VERSION "0.11pre0"
 
31
 
30
32
//! Both moves and positions are arrays of <tt>byte</tt>s
31
33
#ifndef byte 
32
34
#define byte gint8
518
520
extern int (*game_scorecmp_def_time) (gchar *, int, gchar*, int);
519
521
 
520
522
#endif
 
523
 
 
524
// Local Variables:
 
525
// tab-width: 4
 
526
// End: