From 5cdb5d05a39fc92188a83f4ccaa18cdb254b7891 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:05:30 +1000 Subject: [PATCH] Update game.h --- src/game.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game.h b/src/game.h index 20fcac0..a99be12 100644 --- a/src/game.h +++ b/src/game.h @@ -37,6 +37,7 @@ int render (void); // render output int init_gfx (void); // create texture int new_column(); int disp_column(int row, int col); +int new_brick(); // ============== vars int i, j, k, x, y, z, l; // index variables