first version of new polygon intersector
[swftools.git] / lib / gfxpoly / convert.h
diff --git a/lib/gfxpoly/convert.h b/lib/gfxpoly/convert.h
new file mode 100644 (file)
index 0000000..688f016
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __poly_convert_h__
+#define __poly_convert_h__
+
+#include "poly.h"
+
+gfxpoly_t* gfxpoly_fillToPoly(gfxline_t*line);
+
+#endif //__poly_convert_h__