#ifndef __DDS_H__ #define __DDS_H__ // returns the OpenGL-generated texture index. int loadCompressedTexture( const char *fname ); #endif