renomena tipus _t/_e a CamelCase (Circle, Color, Section, ...)
This commit is contained in:
@@ -105,6 +105,6 @@ constexpr int SUBSECTION_TITLE_INSTRUCTIONS = 6;
|
||||
constexpr int NO_KIND = 0;
|
||||
|
||||
// Colores
|
||||
const color_t bgColor = {0x27, 0x27, 0x36};
|
||||
const color_t noColor = {0xFF, 0xFF, 0xFF};
|
||||
const color_t shdwTxtColor = {0x43, 0x43, 0x4F};
|
||||
const Color bgColor = {0x27, 0x27, 0x36};
|
||||
const Color noColor = {0xFF, 0xFF, 0xFF};
|
||||
const Color shdwTxtColor = {0x43, 0x43, 0x4F};
|
||||
|
||||
Reference in New Issue
Block a user