shithub: drawcpu

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

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