summaryrefslogtreecommitdiff
path: root/progs/util/readtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'progs/util/readtex.h')
-rw-r--r--progs/util/readtex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/util/readtex.h b/progs/util/readtex.h
index 8e544f1fb8..6c9a3828d3 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