cursor.h - vx32 - Local 9vx git repository for patches.
(HTM) git clone git://r-36.net/vx32
(DIR) Log
(DIR) Files
(DIR) Refs
---
cursor.h (71B)
---
1
2 struct Cursor
3 {
4 Point offset;
5 uchar clr[2*16];
6 uchar set[2*16];
7 };