summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-17 03:29:13 +0000
committerpixel <pixel>2007-07-17 03:29:13 +0000
commit09147e9d4d10f609a7f288b35fa7f86b7e011e8a (patch)
tree7bbb73a01348b71c806c664d126c652d5f75030f /include
parent0ce03af6e877adebeda12787e249871c1fca43f2 (diff)
Adding DDS initialisation.
Diffstat (limited to 'include')
-rw-r--r--include/dds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dds.h b/include/dds.h
index 05911d2..5a0352e 100644
--- a/include/dds.h
+++ b/include/dds.h
@@ -1,6 +1,8 @@
#ifndef __DDS_H__
#define __DDS_H__
+int ddsInit();
+
// returns the OpenGL-generated texture index.
int loadCompressedTexture( const char *fname );