shithub: drawcpu

ref: a374e069c66850906eaa241b8fcc0e312ff298bd
dir: /include/cursor.h/

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