mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-05 14:53:51 +00:00
feat(region): add SRgnDestroy
This commit is contained in:
parent
1e1f2f819f
commit
1e86f98691
5 changed files with 55 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ void STORMAPI SRgnCreate(HSRGN* handlePtr, uint32_t reserved = 0);
|
|||
|
||||
void STORMAPI SRgnDelete(HSRGN handle);
|
||||
|
||||
void STORMAPI SRgnDestroy();
|
||||
|
||||
void STORMAPI SRgnDuplicate(HSRGN origHandle, HSRGN* handle, uint32_t reserved = 0);
|
||||
|
||||
void STORMAPI SRgnGetBoundingRectf(HSRGN handle, RECTF* rect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue