From 563d44c4a3cabeddc442bfe8377bc2cdfde4a6dd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 19 Feb 2024 20:43:39 -0500 Subject: Fixed screen flicker and added ball speedup --- screen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'screen.h') diff --git a/screen.h b/screen.h index efadac9..e7b4fa4 100644 --- a/screen.h +++ b/screen.h @@ -15,6 +15,5 @@ extern SDL_Surface *rightPaddleSurface; bool InitScreen ( void ); void Close ( void ); void Draw ( const struct moveable_t m, SDL_Surface * const surface ); -void ClearScreen( void ); #endif //SCREEN_H -- cgit v1.2.3