shithub: drawcpu

ref: 830f663db481f4566d0da79d2c29069d1e38a36d
dir: /include/cursor.h/

View raw version
struct	Cursor
{
	Point	offset;
	uchar	clr[2*16];
	uchar	set[2*16];
};