Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
player_spec_builder.hpp File Reference
#include <any>
#include <game/game_data_structs.hpp>
#include <game/player_input_translator.hpp>
#include <gameboard/board_data_structs.hpp>
#include <gameboard/game_piece.hpp>
#include <optional>
#include <string>
#include <unordered_set>
#include <utilities/integer_types.hpp>
#include <variant>
Include dependency graph for player_spec_builder.hpp:

Go to the source code of this file.

Classes

class  game::PlayerSpecBuilder
 

Namespaces

namespace  game
 

Typedefs

using game::PlayerInputType = std::unordered_map< std::string, std::variant< std::string, size_t, int64_t, DepthType > >