My Project
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
opening_get_line
const char * opening_get_line(const char *)
Translate an opening name into its move sequence.
Definition:
opening.c:1305
opening_get_french_name
const char * opening_get_french_name(const struct Board *)
opening_get_english_name
const char * opening_get_english_name(const struct Board *)
Board
Definition:
board.h:26
Generated by
1.9.5