initial checkin

This commit is contained in:
Brian Paul 2000-02-10 17:44:50 +00:00
parent 3d41d5ade7
commit 80ef05c9d5
1 changed files with 17 additions and 0 deletions

17
progs/util/readtex.h Normal file
View File

@ -0,0 +1,17 @@
/* readtex.h */
#ifndef READTEX_H
#define READTEX_H
#include <GL/gl.h>
extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat );
extern GLubyte *LoadRGBImage( const char *imageFile,
GLint *width, GLint *height, GLenum *format );
#endif