Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
integer_types.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5using DepthType = uint16_t;
6using MoveCountType = uint16_t;
7using BoardIndexType = int;
8using Points_t = int;
int BoardIndexType
uint16_t DepthType
uint16_t MoveCountType
int Points_t