Merge pull request #47 from lemonsqueeze/board_undo
[pachi.git] / gogui.h
blob407cd808eda65ee42141b99bed8b0d6e08094248
1 #ifndef PACHI_GOGUI_H
2 #define PACHI_GOGUI_H
4 /* How many candidates to display */
5 #define GOGUI_CANDIDATES 5
7 enum gogui_reporting {
8 UR_GOGUI_ZERO,
9 UR_GOGUI_CAN,
10 UR_GOGUI_SEQ,
11 UR_GOGUI_WR,
14 extern enum gogui_reporting gogui_live_gfx;
16 extern char gogui_gfx_buf[];
18 #endif