add missing tools/pngdump to the repo
[gbajam22] / src / polyfill.h
index 1afce36..e60ff6b 100644 (file)
@@ -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);