gave enemies the ability to kill you
[gbajam22] / src / polyfill.h
index 88166cf..e60ff6b 100644 (file)
@@ -1,6 +1,6 @@
 /*
-blender for the Gameboy Advance
-Copyright (C) 2021  John Tsiombikas <nuclear@member.fsf.org>
+gbajam22 entry for the Gameboy Advance
+Copyright (C) 2022  John Tsiombikas <nuclear@mutantstargoat.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -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);