diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dds.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dds.h b/include/dds.h new file mode 100644 index 0000000..05911d2 --- /dev/null +++ b/include/dds.h @@ -0,0 +1,7 @@ +#ifndef __DDS_H__ +#define __DDS_H__ + +// returns the OpenGL-generated texture index. +int loadCompressedTexture( const char *fname ); + +#endif |