mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-06-07 15:13:06 +01: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 |