summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-16 02:28:10 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-16 02:28:10 +0000
commitc1d084c70d3fa63eb787b57c5c6c3f511c95a357 (patch)
tree64cb119a1938dbd4d5e52a762b01c466500c6cd1 /src/gfx.h
parent1a8ffd75606e69c6f766188f2ab424cc53782a52 (diff)
Added options to toggle individual breakpoints
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 9b35868..6d051d8 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -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);