summaryrefslogtreecommitdiff
path: root/screen.h
diff options
context:
space:
mode:
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