opening.h
Go to the documentation of this file.
1 
11 #ifndef EDAX_OPENING_NAME
12 #define EDAX_OPENING_NAME
13 
14 struct Board;
15 
16 const char *opening_get_line(const char*);
17 const char *opening_get_french_name(const struct Board*);
18 const char *opening_get_english_name(const struct Board*);
19 
20 #endif
21 
Definition: board.h:26
const char * opening_get_line(const char *)
Translate an opening name into its move sequence.
Definition: opening.c:1305
const char * opening_get_english_name(const struct Board *)
const char * opening_get_french_name(const struct Board *)