mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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)
|