shithub: drawcpu

ref: 4fd46455350c3e29718f8fdd6d709f3c72b4abb4
dir: /include/cursor.h/

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