Subversion Repositories gelsvn

Rev

Rev 369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 369 Rev 555
Line 1... Line 1...
1
/*
1
/*
2
	adding DDS loading support to stbi
2
	adding DDS loading support to stbi
3
*/
3
*/
4
 
4
 
5
#ifndef HEADER_STB_IMAGE_DDS_AUGMENTATION
5
#ifndef HEADER_STB_IMAGE_DDS_AUGMENTATION
6
#define HEADER_STB_IMAGE_DDS_AUGMENTATION
6
#define HEADER_STB_IMAGE_DDS_AUGMENTATION
7
 
7
 
8
//	is it a DDS file?
8
//	is it a DDS file?
9
extern int      stbi_dds_test_memory      (stbi_uc const *buffer, int len);
9
extern int      stbi_dds_test_memory      (stbi_uc const *buffer, int len);
10
 
10