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.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/progs/util/readtex.h b/progs/util/readtex.h
index 2156383ec2..8e544f1fb8 100644
--- a/progs/util/readtex.h
+++ b/progs/util/readtex.h
@@ -7,11 +7,18 @@
#include <GL/gl.h>
-extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat );
+extern GLboolean
+LoadRGBMipmaps( const char *imageFile, GLint intFormat );
-extern GLubyte *LoadRGBImage( const char *imageFile,
- GLint *width, GLint *height, GLenum *format );
+extern GLboolean
+LoadRGBMipmaps2( const char *imageFile, GLenum target,
+ GLint intFormat, GLint *width, GLint *height );
+
+
+extern GLubyte *
+LoadRGBImage( const char *imageFile,
+ GLint *width, GLint *height, GLenum *format );
#endif