WIP refactor
This commit is contained in:
8
graphics.h
Normal file
8
graphics.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GRAPHICS_H
|
||||
#define GRAPHICS_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void print_board(const tile_t board[BOARD_SIZE]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user