diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #define BLOCK_SIZE 25 +#include "tetromino.h" + struct Color matrix[MATRIX_WIDTH][MATRIX_HEIGHT]; void render_matrix(void); |