mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
feat(region): add SRgnClear
This commit is contained in:
parent
c5ee72aabb
commit
4dcb438394
3 changed files with 68 additions and 42 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#include "storm/region/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
void SRgnClear(HSRGN handle);
|
||||
|
||||
void SRgnCombineRectf(HSRGN handle, RECTF* rect, void* param, int32_t combineMode);
|
||||
|
||||
void SRgnCreate(HSRGN* handlePtr, uint32_t reserved);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue