blob: 2156383ec292dfb78cd5dc9015c754145fd2940e [file] [log] [blame]
Brian Paul80ef05c2000-02-10 17:44:50 +00001/* readtex.h */
2
3#ifndef READTEX_H
4#define READTEX_H
5
6
7#include <GL/gl.h>
8
9
10extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat );
11
12
13extern GLubyte *LoadRGBImage( const char *imageFile,
14 GLint *width, GLint *height, GLenum *format );
15
16
17#endif