add _mesa_init_shaderobjects_3dlabs() declaration

This commit is contained in:
Michal Krol 2005-03-25 12:07:31 +00:00
parent a095aa4f4b
commit 05ab19ef43

View file

@ -33,5 +33,8 @@ _mesa_3dlabs_create_shader_object (GLenum);
extern GLhandleARB
_mesa_3dlabs_create_program_object (void);
extern void
_mesa_init_shaderobjects_3dlabs (GLcontext *ctx);
#endif