vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

cursor.h (71B)


      1 
      2 struct	Cursor
      3 {
      4 	Point	offset;
      5 	uchar	clr[2*16];
      6 	uchar	set[2*16];
      7 };