Update render.h

This commit is contained in:
Jason Bou-Samra
2024-08-24 19:54:23 +10:00
committed by GitHub
parent d799e11820
commit eb69415309
+2
View File
@@ -14,6 +14,8 @@ 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 col_update(void);
int Ren_frame();
extern int tile_shp;
extern int tilesrc_x, tilesrc_y, tiledst_x, tiledst_y;