Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
board_layout.h File Reference
#include "screen_rect.h"
#include "square_layout.h"
#include <vector>
Include dependency graph for board_layout.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  board_layout
 The layout of a chess board. More...
 

Functions

int get_height (const board_layout &b)
 
int get_width (const board_layout &b)
 
void test_board_layout ()
 

Function Documentation

◆ get_height()

int get_height ( const board_layout b)

◆ get_width()

int get_width ( const board_layout b)

◆ test_board_layout()

void test_board_layout ( )