diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-16 02:28:10 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-16 02:28:10 +0000 |
commit | c1d084c70d3fa63eb787b57c5c6c3f511c95a357 (patch) | |
tree | 64cb119a1938dbd4d5e52a762b01c466500c6cd1 /src/gfx.h | |
parent | 1a8ffd75606e69c6f766188f2ab424cc53782a52 (diff) |
Added options to toggle individual breakpoints
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); |