rockbox/apps/plugins/chessbox/opening.h

8 lines
112 B
C
Executable file

#ifndef _OPENING_H_
#define _OPENING_H_
#define MAX_OPENING 241
extern unsigned short OBook[241][56];
#endif