/* XFONT.H 		By Trouble¥Maker‚Ì‚i.‚i */

void cur_pos(int x, int y);				/* x=0-79 y=0-24 (8x19 —p) */
void put_ank(int x, int y, int ch);		/* 8x19 */
void text_box( int x1, int y1, int x2, int y2, int fc, int bc, int type);

