isle-portable/ISLE/res/cursor.h
2025-07-03 13:06:23 +09:00

9 lines
141 B
C

#pragma once
typedef struct CursorBitmap {
int width;
int height;
const unsigned char* data;
const unsigned char* mask;
} CursorBitmap;