This is the doxygen documentation for gtkboard.
.#include "game.h"Go to the source code of this file.
Data Structures | |
| struct | Command |
| A struct representing a command that the engine understands. More... | |
Functions | |
| ResultType | engine_eval (Pos *, float *) |
| void | engine_poll () |
| Functions that do the actual thinking must periodically call this function. More... | |
Variables | |
| Command | commands [] |
| This structure defines the protocol. | |
|
|
|
|
|
Functions that do the actual thinking must periodically call this function. It checks if new commands have arrived. |
|
|
This structure defines the protocol.
|