示例#1
0
void put_text_in_buffer (Uint8 channel, const Uint8 *text_to_add, int len)
{
	put_colored_text_in_buffer (c_grey1, channel, text_to_add, len);
}
示例#2
0
void put_text_in_buffer(unsigned char *text_to_add, int len, int x_chars_limit)
{
	put_colored_text_in_buffer(c_grey1, text_to_add, len, x_chars_limit);
}