X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolyfill.h;h=7c12732a80b2b90cdcab332ce0dc1a020ececdc1;hp=57f0dc46624887634a83baa714b7994fb118e596;hb=633743214adddf6ec20f8b1bee1782e6966023af;hpb=d1a2007e191d68b104e436d1817eafcc99ae21dd diff --git a/src/polyfill.h b/src/polyfill.h index 57f0dc4..7c12732 100644 --- a/src/polyfill.h +++ b/src/polyfill.h @@ -20,5 +20,6 @@ struct pvertex { void polyfill(int mode, struct pvertex *verts, int nverts); void polyfill_wire(struct pvertex *verts, int nverts); +void polyfill_flat(struct pvertex *verts, int nverts); #endif /* POLYFILL_H_ */