summaryrefslogtreecommitdiff
path: root/progs/util/readtex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-05-20 09:54:58 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-05-20 09:54:58 +0000
commit27358a24a0113a62492923abe35e8660ed7335ef (patch)
tree474f45986d53e0829312ac99db7dc78634d4a84d /progs/util/readtex.h
parenteea72ff722975d91bc2293a403bb43d69e5858d0 (diff)
move LoadYUVImage into readtex.c
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