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:
parent
e376545211
commit
a3cfe0a434
4 changed files with 16 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue