mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 12:12:37 +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" |