summaryrefslogtreecommitdiff
path: root/include/print.h
blob: bc2f9df075cce45acd1ae23884ea0f119935e725 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PRINT
#define _PRINT

#include "types.h"

void print_piece(Piece);
void print_square(Square);
void print_board(Board*);

#endif
nihil fit ex nihilo