X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_points.h;h=0b6550e8018170cb3e145e86b52a5fae4ea36f5b;hb=1b3ec16cc2c1190f0212fda26242f5e5206f5b1e;hp=f52b32b76e53db08250e40986d3e764975842870;hpb=22144ab7552f0799bcfca506bf4ffa7f70a06649;p=mesa.git diff --git a/src/mesa/swrast/s_points.h b/src/mesa/swrast/s_points.h index f52b32b76e5..0b6550e8018 100644 --- a/src/mesa/swrast/s_points.h +++ b/src/mesa/swrast/s_points.h @@ -1,4 +1,3 @@ -/* $Id: s_points.h,v 1.5 2001/03/12 00:48:42 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -28,13 +27,13 @@ #ifndef S_POINTS_H #define S_POINTS_H -#include "mtypes.h" +#include "swrast.h" -void -_swrast_choose_point( GLcontext *ctx ); +extern void +_swrast_choose_point( struct gl_context *ctx ); -void -_swrast_add_spec_terms_point( GLcontext *ctx, +extern void +_swrast_add_spec_terms_point( struct gl_context *ctx, const SWvertex *v0 ); #endif