Ja es pot "enner llour neim". Falta decidir quin de tots els dissenys m'agrada mes

This commit is contained in:
2024-09-29 22:25:31 +02:00
parent edc45b6cec
commit 2d5859b1c4
9 changed files with 327 additions and 99 deletions

View File

@@ -302,6 +302,9 @@ color_t lightenColor(color_t color, int amount);
// Oscurece el color
color_t DarkenColor(color_t color, int amount);
// Quita los espacioes en un string
std::string trim(const std::string &str);
// Colores
extern const color_t bgColor;
extern const color_t noColor;