From eb69415309915b8d56257938867d969c6542e9e9 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:54:23 +1000 Subject: [PATCH] Update render.h --- src/render.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/render.h b/src/render.h index 5036fa2..14e14c7 100644 --- a/src/render.h +++ b/src/render.h @@ -13,7 +13,9 @@ int Ren_menu (void); // main menu int Ren_level (void); // display level / current score int Ren_next (void); // display next block/brick/piece int Ren_high (void); // display high scores -int Ren_line (char line[], int char_x, int char_y, int ln, int ll, bool col ); // parameter names in function prototypes not necessary +int Ren_line (char line[], int char_x, int char_y, int ln, int ll, bool col ); // parameter names in function prototypes not necessary +int col_update(void); +int Ren_frame(); extern int tile_shp; extern int tilesrc_x, tilesrc_y, tiledst_x, tiledst_y;