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