mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
#define ASCII_ESC ascii2text(27)
|
|
#define ASCII_RED "[ASCII_ESC]\[31m"
|
|
#define ASCII_GREEN "[ASCII_ESC]\[32m"
|
|
#define ASCII_YELLOW "[ASCII_ESC]\[33m"
|
|
#define ASCII_RESET "[ASCII_ESC]\[0m" |