This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INTERSECTIONMSG 1 |
| #define | QUITMSG 2 |
| #define | PLAYMSG 3 |
| #define | RESTARTMSG 4 |
| #define | PASSMSG 5 |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | MAXGROUPS 100 |
| #define | PLACED 0 |
| #define | REMOVED 1 |
| #define | numPoints 19 |
| #define | maxPoint numPoints - 1 |
| #define | CNT_UNDECIDED 0 |
| #define | CNT_BLACK_TERR 1 |
| #define | CNT_WHITE_TERR 2 |
| #define | CNT_NOONE 3 |
| #define | LegalPoint(x, y) (x>=0 && x<=18 && y>=0 && y<=18) |
| #define | ForeachPoint(a, b) for(a=0;a<19;a++) for (b=0;b<19;b++) |
Typedefs | |
| typedef enum bVal | sType |
Enumerations | |
| enum | bVal { BLACK, WHITE, EMPTY } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2