Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
gameboard::CastleEdges Struct Reference

Defines a castle feature in terms of its min / max rank and file. More...

#include <board_data_structs.hpp>

Collaboration diagram for gameboard::CastleEdges:
Collaboration graph

Public Attributes

BoardIndexType min_rank
 
BoardIndexType max_rank
 
BoardIndexType min_file
 
BoardIndexType max_file
 

Detailed Description

Defines a castle feature in terms of its min / max rank and file.

Definition at line 24 of file board_data_structs.hpp.

Member Data Documentation

◆ max_file

BoardIndexType gameboard::CastleEdges::max_file

Definition at line 28 of file board_data_structs.hpp.

◆ max_rank

BoardIndexType gameboard::CastleEdges::max_rank

Definition at line 26 of file board_data_structs.hpp.

◆ min_file

BoardIndexType gameboard::CastleEdges::min_file

Definition at line 27 of file board_data_structs.hpp.

◆ min_rank

BoardIndexType gameboard::CastleEdges::min_rank

Definition at line 25 of file board_data_structs.hpp.


The documentation for this struct was generated from the following file: