My Project
|
#include "options.h"
#include "search.h"
#include "util.h"
#include "ui.h"
#include "play.h"
#include <ctype.h>
Functions | |
static void | gtp_observer (Result *result) |
void | gtp_preprocess (char *line) |
static void | gtp_send (const char *s, int id, bool has_id) |
static void | gtp_fail (const char *s, int id, bool has_id) |
static char * | gtp_parse_color (char *s, int *color) |
void | ui_init_gtp (UI *ui) |
initialize edax protocol More... | |
void | ui_free_gtp (UI *ui) |
free resources used by edax protocol More... | |
void | ui_loop_gtp (UI *ui) |
Loop event. More... | |
Variables | |
static Log | gtp_log [1] |
|
static |
|
static |
|
static |
void gtp_preprocess | ( | char * | line | ) |
|
static |
void ui_free_gtp | ( | UI * | ui | ) |
free resources used by edax protocol
ui | user interface |
void ui_init_gtp | ( | UI * | ui | ) |
initialize edax protocol
ui | user interface |
void ui_loop_gtp | ( | UI * | ui | ) |
Loop event.
ui | user interface |
|
static |