shithub: drawcpu

ref: 446c14eaf9e886016e86a574e5cb7685f39ff851
dir: /include/cursor.h/

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