From 500de691a3a9a8223be8d3fa3abb70b7b3cf0c9b Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sun, 13 Jul 2008 18:41:52 +0000
Subject: [PATCH] moved external definitions from gfxpoly.c to
 art/art_svp_intersect.h

---
 lib/art/art_svp_intersect.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/art/art_svp_intersect.h b/lib/art/art_svp_intersect.h
index 845601a..8b2bbda 100644
--- a/lib/art/art_svp_intersect.h
+++ b/lib/art/art_svp_intersect.h
@@ -32,6 +32,10 @@
 extern "C" {
 #endif /* __cplusplus */
 
+extern const ArtSVP* current_svp;
+extern void art_report_error();
+extern int art_error_in_intersector;
+
 #ifndef ART_WIND_RULE_DEFINED
 #define ART_WIND_RULE_DEFINED
 typedef enum {
-- 
1.7.10.4