Scid
4.7.0
|
#include "common.h"
#include "fullmove.h"
#include "movegen.h"
#include "position.h"
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | MaterialCount |
Store the number of pieces for each type and color. More... | |
class | PieceList |
Store the type and position of the pieces compatibly with the SCID4 coding. More... | |
class | FastBoard |
class | FastGame |