From 80ef05c9d592b9e566743a3a38dd8903808baa78 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Feb 2000 17:44:50 +0000 Subject: initial checkin --- progs/util/readtex.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 progs/util/readtex.h (limited to 'progs/util') diff --git a/progs/util/readtex.h b/progs/util/readtex.h new file mode 100644 index 0000000000..2156383ec2 --- /dev/null +++ b/progs/util/readtex.h @@ -0,0 +1,17 @@ +/* readtex.h */ + +#ifndef READTEX_H +#define READTEX_H + + +#include + + +extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat ); + + +extern GLubyte *LoadRGBImage( const char *imageFile, + GLint *width, GLint *height, GLenum *format ); + + +#endif -- cgit v1.2.3