Update column.h

This commit is contained in:
Jason Bou-Samra
2024-08-05 18:50:31 +10:00
committed by GitHub
parent 4ac7a7f747
commit 3e02f9c3cc
+1
View File
@@ -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