diff options
Diffstat (limited to 'src/mesa/main/version.h')
-rw-r--r-- | src/mesa/main/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 15bd6e3d8c8..450a0e31d3d 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -30,6 +30,10 @@ #include "mtypes.h" +extern GLuint +_mesa_get_version(const struct gl_extensions *extensions, + struct gl_constants *consts, gl_api api); + extern void _mesa_compute_version(struct gl_context *ctx); |