summaryrefslogtreecommitdiff
path: root/screen.h
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-19 20:43:39 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-19 20:43:39 -0500
commit563d44c4a3cabeddc442bfe8377bc2cdfde4a6dd (patch)
tree484a7c958dfe782ec7800fa2a3b0b828af46bae2 /screen.h
parent9d4fbd735e60c8bfd8360a9cdcfc1c757a6cced1 (diff)
Fixed screen flicker and added ball speedup
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h1
1 files changed, 0 insertions, 1 deletions
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