62 DEFAULT, |
62 DEFAULT, |
63 |
63 |
64 NUM_COLORS |
64 NUM_COLORS |
65 }; |
65 }; |
66 |
66 |
|
67 #define TEXTCOLOR_Escape "\x1C" |
|
68 #define TEXTCOLOR_Black TEXTCOLOR_Escape "M" |
|
69 #define TEXTCOLOR_Gray TEXTCOLOR_Escape "U" |
|
70 #define TEXTCOLOR_Silver TEXTCOLOR_Escape "C" |
|
71 #define TEXTCOLOR_White TEXTCOLOR_Escape "J" |
|
72 #define TEXTCOLOR_Red TEXTCOLOR_Escape "R" |
|
73 #define TEXTCOLOR_BrightRed TEXTCOLOR_Escape "G" |
|
74 #define TEXTCOLOR_Green TEXTCOLOR_Escape "Q" |
|
75 #define TEXTCOLOR_BrightGreen TEXTCOLOR_Escape "D" |
|
76 #define TEXTCOLOR_Yellow TEXTCOLOR_Escape "K" |
|
77 #define TEXTCOLOR_BrightYellow TEXTCOLOR_Escape "F" |
|
78 #define TEXTCOLOR_Blue TEXTCOLOR_Escape "H" |
|
79 #define TEXTCOLOR_BrightBlue TEXTCOLOR_Escape "N" |
|
80 #define TEXTCOLOR_Magenta TEXTCOLOR_Escape "T" |
|
81 #define TEXTCOLOR_BrightCyan TEXTCOLOR_Escape "V" |
|
82 #define TEXTCOLOR_Reset TEXTCOLOR_Escape "-" |
|
83 |
67 // ------------------------------------------------------------------------------------------------- |
84 // ------------------------------------------------------------------------------------------------- |
68 // |
85 // |
69 FUNCTION print_to_console (String a) -> void; |
86 FUNCTION print_to_console (String a) -> void; |
70 |
87 |
71 // ------------------------------------------------------------------------------------------------- |
88 // ------------------------------------------------------------------------------------------------- |