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