X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fpolyfill.h;h=7c12732a80b2b90cdcab332ce0dc1a020ececdc1;hb=47ba3715f326ca38793826e3330545b4517f4f5d;hp=57f0dc46624887634a83baa714b7994fb118e596;hpb=921c229affb2b1da97d7be21d5c86ad045a6fcc3;p=dosdemo 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_ */