mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
#define ALL (~0)
|
|
#define NONE 0
|
|
|
|
// datum_flags
|
|
#define DF_VAR_EDITED (1<<0)
|
|
#define DF_ISPROCESSING (1<<1)
|