neteja final tidy/cppcheck: const*, static, renames de constants

This commit is contained in:
2026-05-16 19:40:33 +02:00
parent 37cb3c782a
commit 479d9d941a
14 changed files with 272 additions and 337 deletions
+3 -3
View File
@@ -105,6 +105,6 @@ constexpr int SUBSECTION_TITLE_INSTRUCTIONS = 6;
constexpr int NO_KIND = 0;
// Colores
const Color bgColor = {0x27, 0x27, 0x36};
const Color noColor = {0xFF, 0xFF, 0xFF};
const Color shdwTxtColor = {0x43, 0x43, 0x4F};
const Color BG_COLOR = {0x27, 0x27, 0x36};
const Color NO_COLOR = {0xFF, 0xFF, 0xFF};
const Color SHADOW_COLOR = {0x43, 0x43, 0x4F};