The R Project SVN R

Rev

Rev 6644 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6644 Rev 8958
Line 44... Line 44...
44
#define GETRED(col)    (((col) >> RSHIFT) & 0xFFUL)
44
#define GETRED(col)    (((col) >> RSHIFT) & 0xFFUL)
45
#define GETGREEN(col)  (((col) >> GSHIFT) & 0xFFUL)
45
#define GETGREEN(col)  (((col) >> GSHIFT) & 0xFFUL)
46
#define GETBLUE(col)   (((col) >> BSHIFT) & 0xFFUL)
46
#define GETBLUE(col)   (((col) >> BSHIFT) & 0xFFUL)
47
 
47
 
48
void R_ShowMessage(char *msg);
48
void R_ShowMessage(char *msg);
49
void warning(const char *format,...);
49
#include "Error.h"
50
 
50
 
51
#ifdef HAVE_PNG
51
#ifdef HAVE_PNG
52
 
52
 
53
#include "png.h"
53
#include "png.h"
54
/* 
54
/*