1 2 3 4 5 6 7 8 9
#ifndef _BOARD #define _BOARD #include "types.h" Board board_init(); int board_delete(Board*); #endif