summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-27 01:37:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-27 01:37:17 +0000
commit5b90676fc7b8beb12d0a4070aa9dcd5a02813f1a (patch)
treed88b80bffd8e920e2c1376129325b805b6183288
parent92ad030cb747528fc82ac9c8a46ba0e6d3fec223 (diff)
added a few prototypes for BeOS/g++
-rw-r--r--src/glu/mesa/tess.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index badb1e0ab2..21baec0ded 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.15.2.1 1999/11/15 21:21:31 gareth Exp $ */
+/* $Id: tess.h,v 1.15.2.2 1999/11/27 01:37:17 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -83,6 +83,9 @@ struct GLUtesselator
*****************************************************************************/
extern void tess_error_callback( GLUtesselator *, GLenum );
+extern void delete_contour( tess_contour_t **contour );
+extern void contour_dump( tess_contour_t *contour );
+
/*****************************************************************************
* Debugging output: