mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-04 14:33:50 +00:00
feat(region): add SRgnDestroy
This commit is contained in:
parent
1e1f2f819f
commit
1e86f98691
5 changed files with 55 additions and 2 deletions
|
|
@ -578,6 +578,10 @@ void STORMAPI SRgnDelete(HSRGN handle) {
|
|||
s_rgntable.Delete(handle);
|
||||
}
|
||||
|
||||
void STORMAPI SRgnDestroy() {
|
||||
s_rgntable.Destroy();
|
||||
}
|
||||
|
||||
void STORMAPI SRgnDuplicate(HSRGN origHandle, HSRGN* handle, uint32_t reserved) {
|
||||
STORM_VALIDATE_BEGIN;
|
||||
STORM_VALIDATE(handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue