isle-portable/ISLE/cursor.h
2025-07-03 01:23:22 +09:00

7 lines
86 B
C

struct CursorBitmap {
const unsigned char* bitmap;
int x;
int y;
int channels;
};