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

int ddsInit();

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

#endif