From 09147e9d4d10f609a7f288b35fa7f86b7e011e8a Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 17 Jul 2007 03:29:13 +0000 Subject: Adding DDS initialisation. --- include/dds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 ); -- cgit v1.2.3