summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/opening.h
blob: ec5c305592ecda77388b37810e1e95a13787c08a (plain)
1
2
3
4
5
6
7
8
#ifndef _OPENING_H_
#define _OPENING_H_

#define MAX_OPENING 241

extern unsigned short OBook[241][56];

#endif