|
BenBot 1.7.5
A chess engine
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | chess |
| namespace | chess::game |
Enumerations | |
| enum class | chess::game::Result : std::uint_least8_t { chess::game::Result::Draw , chess::game::Result::WhiteWon , chess::game::Result::BlackWon } |
This file defines the game result enum.
Definition in file Result.hpp.