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

Go to the source code of this file.

Classes

class  bGame
 game representation, singleton More...
 
class  bGameWithTest
 

Typedefs

typedef std::map< std::string, std::string > gameAttributes_t
 
typedef std::vector< bBoardpositions_t
 

Typedef Documentation

◆ gameAttributes_t

typedef std::map<std::string, std::string> gameAttributes_t

Definition at line 14 of file game.h.

◆ positions_t

typedef std::vector<bBoard> positions_t

Definition at line 15 of file game.h.