shithub: drawcpu

ref: 1e20174e3d54631d81b0ab310bef356e01179ad5
dir: /include/cursor.h/

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