summaryrefslogtreecommitdiff
path: root/include/board.h
blob: 5fd714a737480a1ccbe7dc2477573fc6b9ac2fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _BOARD
#define _BOARD

#include "types.h"

Board board_init();
int board_delete(Board);

Square board_get_square(Board, Coord);
Board board_set_square(Board, Coord, Square);

#endif
nihil fit ex nihilo