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