Initial revision
This commit is contained in:
parent
5f7d5e8d18
commit
b2cfc4e2e7
242 changed files with 18177 additions and 0 deletions
7
include/cursor.h
Normal file
7
include/cursor.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
typedef struct Cursor Cursor;
|
||||
struct Cursor
|
||||
{
|
||||
Point offset;
|
||||
uchar clr[2*16];
|
||||
uchar set[2*16];
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue