Browse Source

added a few prototypes for BeOS/g++

tags/mesa_3_1
Brian Paul 26 years ago
parent
commit
5b90676fc7
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/glu/mesa/tess.h

+ 4
- 1
src/glu/mesa/tess.h View File

@@ -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:

Loading…
Cancel
Save