diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dds.h | 2 |
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 } |