summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/opening.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-15 11:27:47 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-15 11:27:47 +0000
commit7b22e99bd82a751f542fd8a1290d923510cfb381 (patch)
treea17d2814e3ca7fd5629b12ed3d04fa1c297b8e84 /apps/plugins/chessbox/opening.h
parent7aac7520ac369282202a753419a2dd3a2c9623b1 (diff)
downloadrockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.gz
rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.zip
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
Diffstat (limited to 'apps/plugins/chessbox/opening.h')
-rwxr-xr-xapps/plugins/chessbox/opening.h8
1 files changed, 8 insertions, 0 deletions
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 @@
1#ifndef _OPENING_H_
2#define _OPENING_H_
3
4#define MAX_OPENING 241
5
6extern unsigned short OBook[241][56];
7
8#endif