src/chess/rules.h

changeset 87
d4d67105d4e1
parent 80
b980a7192b5a
equal deleted inserted replaced
86:f187e97f845e 87:d4d67105d4e1
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

mercurial