mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 22:11:27 +00:00
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
#define UI_INTERACTIVE 2 // Green/Interactive
|
|
#define UI_UPDATE 1 // Orange/Updates Only
|
|
#define UI_DISABLED 0 // Red/Disabled
|
|
#define UI_CLOSE -1 // Closed |