diff options
Diffstat (limited to 'src/mesa/main/version.h')
-rw-r--r-- | src/mesa/main/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 0a0512c339d..32e141f0e0e 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -56,5 +56,7 @@ struct gl_context; extern void _mesa_compute_version(struct gl_context *ctx); +extern void +_mesa_override_glsl_version(struct gl_context *ctx); #endif /* VERSION_H */ |