mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
feat(region): write several tests and finish SRgn functionality
This commit is contained in:
parent
e7d8124b43
commit
8d86943c94
3 changed files with 401 additions and 41 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <cstdint>
|
||||
|
||||
// region flgs
|
||||
#define SF_NONE 0x00
|
||||
#define SF_NONE 0x00000000
|
||||
#define SF_ADDING 0x00000001
|
||||
#define SF_OVERLAPS 0x00000002
|
||||
#define SF_TEMPMASK 0x00000003
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue