| 97 * You may colorize the output by setting the terminal foreground color. |
97 * You may colorize the output by setting the terminal foreground color. |
| 98 * |
98 * |
| 99 * @param piece the piece to dispaly |
99 * @param piece the piece to dispaly |
| 100 * @return unicode character sequence for the specified piece |
100 * @return unicode character sequence for the specified piece |
| 101 */ |
101 */ |
| 102 unsigned char* getpieceunicode(uint8_t piece); |
102 char* getpieceunicode(uint8_t piece); |
| 103 |
103 |
| 104 /** |
104 /** |
| 105 * Checks, if a specified field is covered by a piece of a certain color. |
105 * Checks, if a specified field is covered by a piece of a certain color. |
| 106 * |
106 * |
| 107 * The out-parameters may both be NULL, but if any of them is set, the other |
107 * The out-parameters may both be NULL, but if any of them is set, the other |