mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
7 lines
86 B
C
7 lines
86 B
C
struct CursorBitmap {
|
|
const unsigned char* bitmap;
|
|
int x;
|
|
int y;
|
|
int channels;
|
|
};
|