summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/opening.h
diff options
context:
space:
mode:
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