added crappy polygon filler
[dosdemo] / src / polyfill.h
index 57f0dc4..7c12732 100644 (file)
@@ -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_ */