diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-02-19 20:43:39 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-02-19 20:43:39 -0500 |
| commit | 563d44c4a3cabeddc442bfe8377bc2cdfde4a6dd (patch) | |
| tree | 484a7c958dfe782ec7800fa2a3b0b828af46bae2 /screen.h | |
| parent | 9d4fbd735e60c8bfd8360a9cdcfc1c757a6cced1 (diff) | |
Fixed screen flicker and added ball speedup
Diffstat (limited to 'screen.h')
| -rw-r--r-- | screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
