summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-17 03:41:28 +0000
committerpixel <pixel>2007-07-17 03:41:28 +0000
commit361ffb7254647b9bfaf8f247945e226e451c513e (patch)
treeb3a589ee7de689573f3c0c59046ba69c3ae214ba /include
parentf23d2c9f6e14e26abbea0efdb3b545e985871d6a (diff)
Adding width and height pointers.
Diffstat (limited to 'include')
-rw-r--r--include/dds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dds.h b/include/dds.h
index d16d3ac..417c755 100644
--- a/include/dds.h
+++ b/include/dds.h
@@ -8,7 +8,7 @@ extern "C" {
int ddsInit();
// returns the OpenGL-generated texture index.
-int loadCompressedTexture( const char *fname );
+int loadCompressedTexture( const char *fname, int * width, int * height );
#ifdef __cplusplus
}