| 2 |
|
/* |
| 3 |
|
* Header file for picture file conditioning. |
| 4 |
|
*/ |
| 5 |
+ |
#ifndef _RAD_PCOND_H_ |
| 6 |
+ |
#define _RAD_PCOND_H_ |
| 7 |
|
|
| 8 |
|
#include "standard.h" |
| 7 |
– |
|
| 9 |
|
#include "color.h" |
| 9 |
– |
|
| 10 |
|
#include "view.h" |
| 11 |
|
|
| 12 |
+ |
#ifdef __cplusplus |
| 13 |
+ |
extern "C" { |
| 14 |
+ |
#endif |
| 15 |
|
|
| 16 |
|
#ifndef ADJ_VEIL |
| 17 |
|
#define ADJ_VEIL 0 /* adjust veil to preserve contrast? */ |
| 106 |
|
|
| 107 |
|
extern COLOR *firstscan(); /* first processed scanline */ |
| 108 |
|
extern COLOR *nextscan(); /* next processed scanline */ |
| 109 |
+ |
|
| 110 |
+ |
#ifdef __cplusplus |
| 111 |
+ |
} |
| 112 |
+ |
#endif |
| 113 |
+ |
#endif /* _RAD_PCOND_H_ */ |