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

Go to the source code of this file.
Enumerations | |
| enum | COLOUR { Nobody = -1, Yellow = 0, Red = 1, Tip = 3 } |
| enum | PLAYER { Men = 0, Computer = 1, Remote = 2 } |
| The type of player. More... | |
| enum | TABLE { TSum, TWin, TRemis, TLost, TBrk } |
| Type of statistics. More... | |
| enum | MOVESTATUS { GIllMove = -2, GNotAllowed = -1, GNormal = 0, GYellowWin = 1, GRedWin = 2, GRemis = 3, GTip = 4 } |
| Movement status. More... | |
Variables | |
| int | global_debug |
| Global debug flag. | |
|
|
Definition at line 27 of file kwin4global.h. |
|
|
Movement status.
Definition at line 33 of file kwin4global.h. |
|
|
The type of player.
Definition at line 29 of file kwin4global.h. |
|
|
Type of statistics.
Definition at line 31 of file kwin4global.h. |
|
1.4.6