mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +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.
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
#define CHECKBOX_NONE 0
|
|
#define CHECKBOX_GROUP 1
|
|
#define CHECKBOX_TOGGLE 2
|