diff options
Diffstat (limited to 'xc/extras/Mesa/src/swrast/s_points.h')
-rw-r--r-- | xc/extras/Mesa/src/swrast/s_points.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/swrast/s_points.h b/xc/extras/Mesa/src/swrast/s_points.h index 0b2ec5ba6..186d6c19f 100644 --- a/xc/extras/Mesa/src/swrast/s_points.h +++ b/xc/extras/Mesa/src/swrast/s_points.h @@ -1,4 +1,4 @@ -/* $Id: s_points.h,v 1.1.1.1 2002/10/22 13:06:58 alanh Exp $ */ +/* $Id: s_points.h,v 1.5.4.1 2003/03/30 04:50:47 ldelgass Exp $ */ /* * Mesa 3-D graphics library @@ -30,10 +30,10 @@ #include "mtypes.h" -void +extern void _swrast_choose_point( GLcontext *ctx ); -void +extern void _swrast_add_spec_terms_point( GLcontext *ctx, const SWvertex *v0 ); |