Removed unneeded files and console colors are disabled

This commit is contained in:
2026-04-04 20:35:12 +11:00
parent 98208f4bb5
commit ba9418f365
7 changed files with 28 additions and 218 deletions

View File

@@ -13,7 +13,7 @@ NOTE: you need both font AND background for these to work
*/
//platform/compiler-specific instructions
#if defined(__linux__) || defined(__MINGW32__) || defined(__GNUC__)
#if defined(TOY_CC_ENABLED) && ( defined(__linux__) || defined(__MINGW32__) || defined(__GNUC__) )
//fonts color
#define TOY_CC_FONT_BLACK "\033[30;"