feat(region): add SRgnGetRectsf

This commit is contained in:
Adam Heinermann 2025-04-20 19:56:40 -07:00 committed by fallenoak
parent f6d4a93652
commit e1587a932c
3 changed files with 257 additions and 0 deletions

View file

@ -12,4 +12,6 @@ void SRgnDelete(HSRGN handle);
void SRgnGetBoundingRectf(HSRGN handle, RECTF* rect);
void SRgnGetRectsf(HSRGN handle, uint32_t* numrects, RECTF* buffer);
#endif