diff options
author | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
commit | 27358a24a0113a62492923abe35e8660ed7335ef (patch) | |
tree | 474f45986d53e0829312ac99db7dc78634d4a84d /progs/util/readtex.h | |
parent | eea72ff722975d91bc2293a403bb43d69e5858d0 (diff) |
move LoadYUVImage into readtex.c
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 |