Brian Paul | 80ef05c | 2000-02-10 17:44:50 +0000 | [diff] [blame] | 1 | /* readtex.h */ |
2 | |||||
3 | #ifndef READTEX_H | ||||
4 | #define READTEX_H | ||||
5 | |||||
6 | |||||
7 | #include <GL/gl.h> | ||||
8 | |||||
9 | |||||
10 | extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat ); | ||||
11 | |||||
12 | |||||
13 | extern GLubyte *LoadRGBImage( const char *imageFile, | ||||
14 | GLint *width, GLint *height, GLenum *format ); | ||||
15 | |||||
16 | |||||
17 | #endif |