Subversion Repositories gelsvn

Rev

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

Rev 449 Rev 555
Line 29... Line 29...
29
	#include <GL/gl.h>
29
	#include <GL/gl.h>
30
	#include <GL/glx.h>
30
	#include <GL/glx.h>
31
#endif
31
#endif
32
 
32
 
33
#include "SOIL.h"
33
#include "SOIL.h"
34
#include "stb_image_aug.h"
34
#include "stb_image.h"
-
 
35
#include "stb_image_write.h"
35
#include "image_helper.h"
36
#include "image_helper.h"
36
#include "image_DXT.h"
37
#include "image_DXT.h"
37
 
38
 
38
#include <stdlib.h>
39
#include <stdlib.h>
39
#include <string.h>
40
#include <string.h>
40
 
41
 
41
/*	error reporting	*/
42
/*	error reporting	*/
42
char *result_string_pointer = "SOIL initialized";
43
const char *result_string_pointer = "SOIL initialized";
43
 
44
 
44
/*	for loading cube maps	*/
45
/*	for loading cube maps	*/
45
enum{
46
enum{
46
	SOIL_CAPABILITY_UNKNOWN = -1,
47
	SOIL_CAPABILITY_UNKNOWN = -1,
47
	SOIL_CAPABILITY_NONE = 0,
48
	SOIL_CAPABILITY_NONE = 0,