diff options
Diffstat (limited to 'source/gl_local.h')
-rw-r--r-- | source/gl_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gl_local.h b/source/gl_local.h index 1eeee72..09b5a64 100644 --- a/source/gl_local.h +++ b/source/gl_local.h @@ -264,6 +264,8 @@ extern float gl_filter_anisotropy; extern int gl_tex_alpha_format; extern int gl_tex_solid_format; +extern mtexinfo_t *upload_texinfo; + void Scrap_Upload( void ); void GL_InitImages( void ); |