#include "options.h"
#include "search.h"
#include "util.h"
#include "ui.h"
#include "play.h"
#include <ctype.h>
Go to the source code of this file.
Go Text Protocol
- Date
- 1998 - 2017
- Author
- Richard Delorme
- Version
- 4.4
◆ gtp_fail()
| static void gtp_fail |
( |
const char * | s, |
|
|
int | id, |
|
|
bool | has_id ) |
|
static |
◆ gtp_observer()
| static void gtp_observer |
( |
Result * | result | ) |
|
|
static |
◆ gtp_parse_color()
| static char * gtp_parse_color |
( |
char * | s, |
|
|
int * | color ) |
|
static |
◆ gtp_preprocess()
| void gtp_preprocess |
( |
char * | line | ) |
|
◆ gtp_send()
| static void gtp_send |
( |
const char * | s, |
|
|
int | id, |
|
|
bool | has_id ) |
|
static |
◆ ui_free_gtp()
| void ui_free_gtp |
( |
UI * | ui | ) |
|
free resources used by edax protocol
- Parameters
-
◆ ui_init_gtp()
| void ui_init_gtp |
( |
UI * | ui | ) |
|
initialize edax protocol
- Parameters
-
◆ ui_loop_gtp()
| void ui_loop_gtp |
( |
UI * | ui | ) |
|
◆ gtp_log