make cursor related functions public

This commit is contained in:
Nishi 2025-12-08 14:42:16 +09:00
commit 6f331d613d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 13 additions and 6 deletions

View file

@ -38,6 +38,7 @@ struct _MwLLGDIPixmap {
HBITMAP hMask2;
};
MWDECL int MwLLGDICallInit(void);
MWDECL int MwLLGDICallInit(void);
MWDECL HCURSOR MwLLGDICreateCursor(MwCursor* image, MwCursor* mask);
#endif