diff options
Diffstat (limited to 'progs/util/readtex.h')
-rw-r--r-- | progs/util/readtex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/util/readtex.h b/progs/util/readtex.h index 8e544f1fb82..6c9a3828d38 100644 --- a/progs/util/readtex.h +++ b/progs/util/readtex.h @@ -20,5 +20,7 @@ extern GLubyte * LoadRGBImage( const char *imageFile, GLint *width, GLint *height, GLenum *format ); +extern GLushort * +LoadYUVImage( const char *imageFile, GLint *width, GLint *height ); #endif |