summaryrefslogtreecommitdiff
path: root/gp2x/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'gp2x/display.h')
-rw-r--r--gp2x/display.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gp2x/display.h b/gp2x/display.h
deleted file mode 100644
index c037480..0000000
--- a/gp2x/display.h
+++ /dev/null
@@ -1,5 +0,0 @@
-void ClearScreen(unsigned val);
-void DrawBox(unsigned val);
-void v_putchar( unsigned x, unsigned y, unsigned color, unsigned textback, unsigned char ch);
-void v_putcad(int x,int y,unsigned color,unsigned textback,char *cad);
-void gp2x_sound_frame(void *unused, unsigned char *stream, int samples);