shithub: drawcpu

ref: 215ef6c03d4d69a4455e9729c463d6d8bc145848
dir: /include/cursor.h/

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