mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
5 lines
162 B
Plaintext
5 lines
162 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
|