initial checkin

This commit is contained in:
Brian Paul
2000-02-10 17:44:50 +00:00
parent 3d41d5ade7
commit 80ef05c9d5
+17
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