X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fpolyfill.h;h=e60ff6bfadc2cf4972bb4de80622929881bce6ed;hb=97f8eca559ee318131a11436b12f06b61b8629ad;hp=1afce363a7ea2d0e3c72b6294c1b6e4f8b098ac8;hpb=2e5cc6552f3e43f97fa049bb91498b4ae8877438;p=gbajam22 diff --git a/src/polyfill.h b/src/polyfill.h index 1afce36..e60ff6b 100644 --- a/src/polyfill.h +++ b/src/polyfill.h @@ -24,7 +24,7 @@ struct pvertex { int32_t x, y; }; -void polyfill_framebuffer(unsigned char *fb, int width, int height); +void polyfill_framebuffer(void *fb, int width, int height); void polyfill_flat(struct pvertex *v, int vnum, unsigned char col); int clip_line(int *x0, int *y0, int *x1, int *y1, int xmin, int ymin, int xmax, int ymax);