initial checkin
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user