00001 00002 //#include <GL/glut.h> 00003 #include "glwrap.H" 00004 00005 namespace InSpace { 00006 00007 extern GLubyte *read_alpha_texture(const char *name, int *width, int *height); 00008 extern GLubyte *read_rgb_texture(const char *name, int *width, int *height, 00009 int *numchannels); 00010 00011 }