Go to the source code of this file.
|
| static const char * | colores [] = {"green", "blue", "black"} |
| |
| static const char * | colorsymb [] = {"g", "b", "o"} |
| |
| static const name_t | undeme = 0 |
| |
◆ color_t
BALL COLORS.
NB: The correctness of the algorithms depends on green being the first color and black being the last.
| Enumerator |
|---|
| green | |
| blue | |
| black | |
Definition at line 12 of file ball.h.
◆ colores
| const char* colores[] = {"green", "blue", "black"} |
|
static |
Definition at line 13 of file ball.h.
13{"green", "blue", "black"};
◆ colorsymb
| const char* colorsymb[] = {"g", "b", "o"} |
|
static |
◆ undeme