#ifndef GRAPHICS_H #define GRAPHICS_H #include "common.h" void print_board(const tile_t board[BOARD_SIZE]); #endif