diff options
Diffstat (limited to 'src/gfx.h')
-rw-r--r-- | src/gfx.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -55,12 +55,6 @@ void GFXInit(void); -/* Size of the screen -*/ -int GFXHeight(void); -int GFXWidth(void); - - /* Get the SDL_Surface for the screen */ SDL_Surface *GFXGetSurface(void); |