X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fcensus%2Fpolyfill.h;fp=src%2Fcensus%2Fpolyfill.h;h=86c794739e8649d9f7a119d2efc1227eb94c4cfe;hp=0a88098068713bbf1439db98f0a9e68dbb275b2e;hb=0a37e241149d011e038aceb3faac568b405f8ecd;hpb=a2f065772bcb7766859033d140980720ef824546 diff --git a/src/census/polyfill.h b/src/census/polyfill.h index 0a88098..86c7947 100644 --- a/src/census/polyfill.h +++ b/src/census/polyfill.h @@ -2,6 +2,7 @@ #define POLYFILL_H_ #include "inttypes.h" +#include "3dgfx.h" #define POLYFILL_MODE_MASK 0x03 #define POLYFILL_TEX_BIT 0x04 @@ -33,7 +34,7 @@ struct pvertex { }; struct pimage { - uint32_t *pixels; + g3d_pixel *pixels; int width, height; int xshift, yshift;