summaryrefslogtreecommitdiff
path: root/include/dds.h
blob: 05911d20112453f4652b93c0c8418897f4628b17 (plain)
1
2
3
4
5
6
7
#ifndef __DDS_H__
#define __DDS_H__

// returns the OpenGL-generated texture index.
int loadCompressedTexture( const char *fname );

#endif