cleanup: remove cpu ctrl files, move tests
[gpsp.git] / gp2x / display.h
diff --git a/gp2x/display.h b/gp2x/display.h
deleted file mode 100644 (file)
index c037480..0000000
+++ /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);