From 361ffb7254647b9bfaf8f247945e226e451c513e Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 17 Jul 2007 03:41:28 +0000 Subject: Adding width and height pointers. --- include/dds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 } -- cgit v1.2.3