shithub: drawcpu

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

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