aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/ro_poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/ro_poly.h')
-rw-r--r--src/parsec/include/ro_poly.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/parsec/include/ro_poly.h b/src/parsec/include/ro_poly.h
new file mode 100644
index 0000000..34b35fe
--- /dev/null
+++ b/src/parsec/include/ro_poly.h
@@ -0,0 +1,18 @@
+/*
+ * PARSEC HEADER: ro_poly.h
+ */
+
+#ifndef _RO_POLY_H_
+#define _RO_POLY_H_
+
+
+// external functions
+
+void RO_SolidFillPoly( SVertexExList *svertexlist, Face *face, int colorsvalid );
+void RO_TexMapPoly( SVertexExList *svertexlist, Face *face, int colorsvalid );
+int RO_RenderPolygon( GenObject *baseobj, dword polyid );
+
+
+#endif // _RO_POLY_H_
+
+