feat(region): add SRgnOffsetf

This commit is contained in:
Adam Heinermann 2025-04-21 20:23:35 -07:00 committed by fallenoak
parent c143493110
commit 27c08f7de2
3 changed files with 86 additions and 0 deletions

View file

@ -24,5 +24,6 @@ int32_t SRgnIsPointInRegionf(HSRGN handle, float x, float y);
int32_t SRgnIsRectInRegionf(HSRGN handle, const RECTF* rect);
void SRgnOffsetf(HSRGN handle, float xoffset, float yoffset);
#endif