12345678910111213 |
-
- enum{NOT_STARTED, STARTED, FINISHED, PLAYING};
- enum{row, column};
- enum{penalty, everyone, active, selectionSize};
- // to add a color in the future, place it before white1 below
- enum {red, yellow, green, blue, white1, white2, colors};
-
-
-
-
-
|