#ifndef __DDS_H__ #define __DDS_H__ #ifdef __cplusplus extern "C" { #endif int ddsInit(); // returns the OpenGL-generated texture index. int loadCompressedTexture( const char *fname, int * width, int * height ); #ifdef __cplusplus } #endif #endif