diff options
author | Brian Paul <[email protected]> | 2000-04-05 22:08:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-05 22:08:54 +0000 |
commit | d708c74ed56c04f49f37bfac6e0a9e7c26617fc1 (patch) | |
tree | dbdfc497f4ca0255fb9fe931924eb838db46a6dd /src/mesa/main/fog.h | |
parent | c69208451ee0d4db118518fb25b2a4aabd08c994 (diff) |
added extern for gl_fog_coord_stage
Diffstat (limited to 'src/mesa/main/fog.h')
-rw-r--r-- | src/mesa/main/fog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index 92a2bc5d33d..bf781ffa216 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -1,4 +1,4 @@ -/* $Id: fog.h,v 1.3 2000/02/02 22:21:39 brianp Exp $ */ +/* $Id: fog.h,v 1.4 2000/04/05 22:08:54 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,6 +32,9 @@ #include "types.h" +extern struct gl_pipeline_stage gl_fog_coord_stage; + + extern void _mesa_Fogf(GLenum pname, GLfloat param); |