From 3e02f9c3cc4a9ed841c209057ff3132b56714385 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:50:31 +1000 Subject: [PATCH] Update column.h --- src/column.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/column.h b/src/column.h index f8695e4..5553d54 100644 --- a/src/column.h +++ b/src/column.h @@ -3,6 +3,7 @@ extern int tile_current[3]; extern int tile_next[3]; +extern int grid[2][18][8]; int new_column (); // select random column to drop brick into int disp_column (int row, int col); // update column board int new_brick (void); // choose current/preview random brick