From 12728e867813808f9d0a3e1b5910f048b8bde893 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:25:04 +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 dc2d003..b6c102c 100644 --- a/src/column.h +++ b/src/column.h @@ -16,5 +16,6 @@ int display_tile(void); // display current column in play (not implemented) int move_horiz(void); int move_down(void); int count_col(void); +int reset(void); #endif