32 init_color(COLOR_WHITE, 1000, 1000, 1000);
36 for (
int rowCounter = 0; rowCounter < 5; rowCounter++)
40 if (
inscription[language][rowCounter][colCounter] !=
' ')
42 move(
y + rowCounter,
x + colCounter);
43 attron(COLOR_PAIR(1));
45 attroff(COLOR_PAIR(1));
47 attron(COLOR_PAIR(2));
48 move(
y + rowCounter + 1,
x + colCounter + 1);
50 attroff(COLOR_PAIR(2));
62 x(x), y(y), style(style), shadowStyle(shadowStyle), language(language)
66 " **** * * *** * * ****",
68 " *** * * * * * **** ****",
70 "**** * * *** * * ****" 77 " ** * * * * * * * *",
Logo(int x, int y, PointStyle style, PointStyle shadowStyle, int language)
std::vector< std::vector< const char * > > inscription
Style of the cell in console window.
Coordinates and style of the cell in console window.
void setPosition(int x, int y)