summaryrefslogtreecommitdiff
path: root/include/dds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dds.h')
-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