wiz port. Lots of refactoring, some bugfixes
[ginge.git] / common / host_fb.h
index bd739d4..edb931b 100644 (file)
@@ -1,3 +1,6 @@
 int   host_video_init(int *stride, int no_dblbuf);
 void *host_video_flip(void);
 
 int   host_video_init(int *stride, int no_dblbuf);
 void *host_video_flip(void);
 
+void host_video_blit4(const unsigned char *src, int w, int h, unsigned int *pal);
+void host_video_blit8(const unsigned char *src, int w, int h, unsigned int *pal);
+void host_video_blit16(const unsigned short *src, int w, int h);