diff options
author | pixel <pixel> | 2007-07-17 03:26:32 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-17 03:26:32 +0000 |
commit | 0ce03af6e877adebeda12787e249871c1fca43f2 (patch) | |
tree | 8d06f83f734972e228768344e1ebc22c1016114b /include | |
parent | e50632000d629de08fa3dae2e0d41fb67f8b2892 (diff) |
Adding DDS support.
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 |