summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/gnuchess.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-09-02 10:11:46 +0000
committerNils Wallménius <nils@rockbox.org>2007-09-02 10:11:46 +0000
commit5ccf18019ed9529564300dc13313705ab35b94b3 (patch)
tree09530f364102c0e315e8df72ec60e10244f2e78c /apps/plugins/chessbox/gnuchess.h
parentc00652b0a222b6d5a25437b972d34d72619b00a8 (diff)
downloadrockbox-5ccf18019ed9529564300dc13313705ab35b94b3.tar.gz
rockbox-5ccf18019ed9529564300dc13313705ab35b94b3.zip
Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14575 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/gnuchess.h')
-rw-r--r--apps/plugins/chessbox/gnuchess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/gnuchess.h b/apps/plugins/chessbox/gnuchess.h
index 5367bb3254..6a4a6bdd4e 100644
--- a/apps/plugins/chessbox/gnuchess.h
+++ b/apps/plugins/chessbox/gnuchess.h
@@ -49,7 +49,7 @@ extern struct plugin_api* rb;
49/* ---- The beginning of a GNUChess v2 APIfication ---- */ 49/* ---- The beginning of a GNUChess v2 APIfication ---- */
50void SetTimeControl(void); 50void SetTimeControl(void);
51void GNUChess_Initialize(void); 51void GNUChess_Initialize(void);
52int VerifyMove(char s[],short iop,unsigned short *mv); 52int VerifyMove(short player, char s[],short iop,unsigned short *mv, char *move_buffer);
53int SelectMove ( short side, short iop , void (*callback)(void), char *move_buffer ); 53int SelectMove ( short side, short iop , void (*callback)(void), char *move_buffer );
54void InitializeStats ( void ); 54void InitializeStats ( void );
55void ElapsedTime ( short iop ); 55void ElapsedTime ( short iop );