Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
board.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bFen
 FEN string. More...
 
class  bBasicBoard
 
class  bBoard
 board More...
 

Enumerations

enum class  bGameStage {
  ST_UNKNOWN = 0 , ST_OPENING , ST_ENDGAME , ST_PAWNENDING ,
  ST_MATING
}
 
enum  tCFlags {
  WCASTLE_S = 0 , WCASTLE_L , BCASTLE_S , BCASTLE_L ,
  CASTLE_SIZE
}
 

Enumeration Type Documentation

◆ bGameStage

enum bGameStage
strong
Enumerator
ST_UNKNOWN 
ST_OPENING 
ST_ENDGAME 
ST_PAWNENDING 
ST_MATING 

Definition at line 11 of file board.h.

◆ tCFlags

enum tCFlags
Enumerator
WCASTLE_S 
WCASTLE_L 
BCASTLE_S 
BCASTLE_L 
CASTLE_SIZE 

Definition at line 12 of file board.h.