1
0
Fork 0
forked from len0rd/rockbox

Fixes to Chessclock from Miguel (to make it work again after we broke his patch), plus iPod button mapping changes from me

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-23 21:16:51 +00:00
parent e376545211
commit a3cfe0a434
4 changed files with 16 additions and 15 deletions

View file

@ -19,7 +19,7 @@
#define valueQ 1100
#define valueK 1200
/* ---- chess system global variables ---- */
extern short mate,opponent,computer;
extern short locn[8][8];
extern short board[64];
@ -27,7 +27,10 @@ extern short color[64];
extern long Level;
extern short TCflag,TCmoves,TCminutes;
/* ---- RockBox integration ---- */
extern struct plugin_api* rb;
/* ---- The beginning of a GNUChess v2 APIfication ---- */
void SetTimeControl(void);
void GNUChess_Initialize(void);
int VerifyMove(char s[],short iop,unsigned short *mv);