This is the doxygen documentation for gtkboard.
.
#include <game.h>
Data Fields | |
char* | name |
The user-visible name of the evaluation function. | |
float (* | eval_fun )(Pos *, int) |
A pointer to the function. See game_eval. | |
char* | comment |
A description of the function so that the user can know what its about. | |
char* | args |
Currently unused. |
Definition at line 253 of file game.h.
|
Currently unused.
|
|
A description of the function so that the user can know what its about.
|
|
A pointer to the function. See game_eval.
|
|
The user-visible name of the evaluation function.
|