|
libscid 0.1.0
Chess applications made easy.
|
Chess position state, move generation, and notation support. More...
#include "scid/core/error.h"#include "scid/core/move.h"#include "scid/core/movelist.h"#include "scid/core/notation.h"#include <cassert>#include <cstddef>#include <stdio.h>#include <string>#include <string_view>
Include dependency graph for position.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | scid::core::Position |
Typedefs | |
| typedef uint | scid::core::genMovesT |
Chess position state, move generation, and notation support.