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

#include "types.h"

Board board_init();
int board_delete(Board*);

#endif
nihil fit ex nihilo