Xiangiqgame
AI engine for Xiangqi
|
#include <cstdint>
Go to the source code of this file.
Typedefs | |
using | DepthType = uint16_t |
using | MoveCountType = uint16_t |
using | BoardIndexType = int |
using | Points_t = int |
using BoardIndexType = int |
Definition at line 7 of file integer_types.hpp.
using DepthType = uint16_t |
Definition at line 5 of file integer_types.hpp.
using MoveCountType = uint16_t |
Definition at line 6 of file integer_types.hpp.
using Points_t = int |
Definition at line 8 of file integer_types.hpp.