Update render.h

This commit is contained in:
Jason Bou-Samra
2024-10-09 20:05:37 +11:00
committed by GitHub
parent c710c7e614
commit 3bf7c0ccdc
+1
View File
@@ -26,6 +26,7 @@ extern int last_time, current_time, deltatime, score, speed;
extern int spr_x[5][6]; extern int spr_x[5][6];
extern int mask[2]; extern int mask[2];
extern int spr_y[6]; extern int spr_y[6];
extern char str[8];
extern SDL_Rect logo_src; extern SDL_Rect logo_src;
extern SDL_Rect logo_dst; extern SDL_Rect logo_dst;