summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-17 03:26:32 +0000
committerpixel <pixel>2007-07-17 03:26:32 +0000
commit0ce03af6e877adebeda12787e249871c1fca43f2 (patch)
tree8d06f83f734972e228768344e1ebc22c1016114b /include
parente50632000d629de08fa3dae2e0d41fb67f8b2892 (diff)
Adding DDS support.
Diffstat (limited to 'include')
-rw-r--r--include/dds.h7
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