5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
#define SHELL_FLAG_CIRCUIT_UNREMOVABLE (1<<0)
|
|
|
|
/// Whether a circuit is not able to be modified
|
|
#define SHELL_FLAG_CIRCUIT_UNMODIFIABLE (1<<5)
|