mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 16:59:08 +00:00
feat(region): add SRgnGetRectParamsf
This commit is contained in:
parent
ff85d9138d
commit
a5c55bc803
3 changed files with 153 additions and 14 deletions
|
|
@ -12,10 +12,12 @@ void SRgnCreate(HSRGN* handlePtr, uint32_t reserved = 0);
|
|||
|
||||
void SRgnDelete(HSRGN handle);
|
||||
|
||||
void SRgnDuplicate(HSRGN orighandle, HSRGN *handle, uint32_t reserved = 0);
|
||||
void SRgnDuplicate(HSRGN origHandle, HSRGN* handle, uint32_t reserved = 0);
|
||||
|
||||
void SRgnGetBoundingRectf(HSRGN handle, RECTF* rect);
|
||||
|
||||
void SRgnGetRectsf(HSRGN handle, uint32_t* numrects, RECTF* buffer);
|
||||
void SRgnGetRectParamsf(HSRGN handle, RECTF* rect, uint32_t* numParams, void** buffer);
|
||||
|
||||
void SRgnGetRectsf(HSRGN handle, uint32_t* numRects, RECTF* buffer);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue