From 7b22e99bd82a751f542fd8a1290d923510cfb381 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 15 Apr 2006 11:27:47 +0000 Subject: Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9676 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/opening.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 apps/plugins/chessbox/opening.h (limited to 'apps/plugins/chessbox/opening.h') diff --git a/apps/plugins/chessbox/opening.h b/apps/plugins/chessbox/opening.h new file mode 100755 index 0000000000..ec5c305592 --- /dev/null +++ b/apps/plugins/chessbox/opening.h @@ -0,0 +1,8 @@ +#ifndef _OPENING_H_ +#define _OPENING_H_ + +#define MAX_OPENING 241 + +extern unsigned short OBook[241][56]; + +#endif -- cgit v1.2.3