shithub: drawcpu

ref: 94cb585132563082a7db68d7a61bb59e885c5b20
dir: /include/cursor.h/

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