mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 16:59:08 +00:00
feat(region): add SRgnGetRectsf
This commit is contained in:
parent
f6d4a93652
commit
e1587a932c
3 changed files with 257 additions and 0 deletions
|
|
@ -12,4 +12,6 @@ void SRgnDelete(HSRGN handle);
|
|||
|
||||
void SRgnGetBoundingRectf(HSRGN handle, RECTF* rect);
|
||||
|
||||
void SRgnGetRectsf(HSRGN handle, uint32_t* numrects, RECTF* buffer);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue