summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/gnuchess.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/gnuchess.h')
-rw-r--r--apps/plugins/chessbox/gnuchess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/gnuchess.h b/apps/plugins/chessbox/gnuchess.h
index 5e8974f3b7..5367bb3254 100644
--- a/apps/plugins/chessbox/gnuchess.h
+++ b/apps/plugins/chessbox/gnuchess.h
@@ -52,5 +52,6 @@ void GNUChess_Initialize(void);
52int VerifyMove(char s[],short iop,unsigned short *mv); 52int VerifyMove(char s[],short iop,unsigned short *mv);
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 );
55 56
56#endif 57#endif