#ifndef _BOARD
#define _BOARD

#include "types.h"

Board board_init();
int board_delete(Board);

#endif