From 0ce03af6e877adebeda12787e249871c1fca43f2 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 17 Jul 2007 03:26:32 +0000 Subject: Adding DDS support. --- include/dds.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/dds.h (limited to 'include') 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 -- cgit v1.2.3