shithub: drawcpu

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

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