isle-portable/LEGO1/cursor.h
2025-07-03 14:15:07 +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;