mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
6 lines
187 B
Plaintext
6 lines
187 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"
|